зеркало из https://github.com/github/ruby.git
store make output.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7c3612542a
Коммит
20b93fffdf
|
@ -246,6 +246,8 @@ end
|
|||
def read_make_deps(cwd)
|
||||
dependencies = {}
|
||||
make_p, make_p_stderr, make_p_status = Open3.capture3("make -p all miniruby ruby golf")
|
||||
File.open('update-deps.make.out.log', 'w') {|f| f.print make_p }
|
||||
File.open('update-deps.make.err.log', 'w') {|f| f.print make_p_stderr }
|
||||
if !make_p_status.success?
|
||||
puts make_p_stderr
|
||||
raise "make failed"
|
||||
|
|
Загрузка…
Ссылка в новой задаче