From d686b022095e28563db6b0d68edf5d7986cc1964 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 7 Feb 2017 08:09:23 +0000 Subject: 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 --- test/testunit/test_parallel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testunit/test_parallel.rb b/test/testunit/test_parallel.rb index 35901df960..3e7c2619e1 100644 --- a/test/testunit/test_parallel.rb +++ b/test/testunit/test_parallel.rb @@ -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 -- cgit v1.2.3