From 078ffd0ec8beac4cd420f9fe4db6c8c123d53281 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 2 May 2013 06:07:17 +0000 Subject: 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 --- test/testunit/test_parallel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testunit/test_parallel.rb b/test/testunit/test_parallel.rb index 00883e93c7..7dce42f0a9 100644 --- a/test/testunit/test_parallel.rb +++ b/test/testunit/test_parallel.rb @@ -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 -- cgit v1.2.3