mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
7c3612542a
commit
20b93fffdf
1 changed files with 2 additions and 0 deletions
|
@ -246,6 +246,8 @@ end
|
||||||
def read_make_deps(cwd)
|
def read_make_deps(cwd)
|
||||||
dependencies = {}
|
dependencies = {}
|
||||||
make_p, make_p_stderr, make_p_status = Open3.capture3("make -p all miniruby ruby golf")
|
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?
|
if !make_p_status.success?
|
||||||
puts make_p_stderr
|
puts make_p_stderr
|
||||||
raise "make failed"
|
raise "make failed"
|
||||||
|
|
Loading…
Add table
Reference in a new issue