1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_parallel.rb: match the count

* test/testunit/test_parallel.rb (test_should_run_all_without_any_leaks):
  match the final test count instead of progressing indicators.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-02-07 08:09:23 +00:00
parent 2507e9000e
commit d686b02209

View file

@ -164,7 +164,7 @@ module TestParallel
def test_should_run_all_without_any_leaks
spawn_runner
buf = Timeout.timeout(10) {@test_out.read}
assert_match(/^[SFE\.]{9}$/,buf)
assert_match(/^9 tests/,buf)
end
def test_should_retry_failed_on_workers