mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix test of parallel test breaked by r40553
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f8e5c7c79e
commit
078ffd0ec8
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ module TestParallel
|
|||
spawn_runner "--no-retry"
|
||||
buf = timeout(10){@test_out.read}
|
||||
refute_match(/^Retrying\.+$/,buf)
|
||||
assert_match(/^ +\d+\) Failure:\ntest_fail_at_worker\(TestD\)/,buf)
|
||||
assert_match(/^ +\d+\) Failure:\nTestD#test_fail_at_worker/,buf)
|
||||
end
|
||||
|
||||
def test_jobs_status
|
||||
|
|
Loading…
Reference in a new issue