mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/testunit/test_parallel.rb
(test_should_run_all_without_any_leaks): accomplish r31023.
[ruby-dev:43300] [Bug #4466]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7b3c2c28dc
commit
c414d861c1
1 changed files with 0 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ module TestParallel
|
|||
def test_should_run_all_without_any_leaks
|
||||
spawn_runner
|
||||
buf = timeout(10){@test_out.read}
|
||||
assert_match(/^\.+SF\.+F\.*$/,buf)
|
||||
assert_match(/^\.*(\.SF\.*F|F\.*\.+SF)\.*$/,buf)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue