1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2019-04-26 17:47:09 +09:00
parent 0523b02f48
commit 1cef6a0c0c
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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