don't replace job status, it consume log length count
"The log length has exceeded the limit of 4 Megabytes (this usually means that test suite is raising the same exception over and over)." git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4a3462bde2
commit
cf8bbd0c87
@ -69,7 +69,7 @@ before_script:
|
||||
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then echo 'exclude :test_deadlock_by_signal_at_forking, \"under investigation\"' >> test/excludes/TestProcess.rb; fi"
|
||||
script:
|
||||
- "make test"
|
||||
- "make test-all TESTOPTS='-q -j3'"
|
||||
- "make test-all TESTOPTS='-q -j3 --job-status=normal'"
|
||||
- "make test-rubyspec"
|
||||
after_failure:
|
||||
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\\*.crash -ls -execdir cat {} \\; -delete; fi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user