summaryrefslogtreecommitdiff
path: root/test/lib/test/unit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/test/unit.rb')
-rw-r--r--test/lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/test/unit.rb b/test/lib/test/unit.rb
index f588aec551..105a9a897d 100644
--- a/test/lib/test/unit.rb
+++ b/test/lib/test/unit.rb
@@ -404,7 +404,7 @@ module Test
end
if @options[:separate] and not bang
worker.quit
- worker = add_worker
+ worker = launch_worker
end
worker.run(task, type)
@test_count += 1