ruby-changes:41447
From: naruse <ko1@a...>
Date: Wed, 13 Jan 2016 12:03:30 +0900 (JST)
Subject: [ruby-changes:41447] naruse:r53521 (trunk): don't replace job status, it consume log length count
naruse 2016-01-13 12:03:45 +0900 (Wed, 13 Jan 2016) New Revision: 53521 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53521 Log: 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)." Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 53520) +++ .travis.yml (revision 53521) @@ -69,7 +69,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L69 - "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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/