mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add more debug print for random CI failure on osx Travis
see r67347
This commit is contained in:
parent
0523b02f48
commit
1cef6a0c0c
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ before_script:
|
|||
ls -laR ../ext/bigdecimal
|
||||
umask
|
||||
(cd .. && git status)
|
||||
./miniruby -e 'ARGV.map{[@1,File.stat(@1)]}.sort_by{@2.mtime}.each{p mtime:@2.mtime.to_f, ctime:@2.ctime.to_f, path:@1}' .ext/.timestamp/.RUBYCOMMONDIR*time .ext/common/bigdecimal/*.rb ../ext/bigdecimal/lib/bigdecimal/*.rb
|
||||
fi
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue