about summary refs log tree commit homepage
path: root/test/exec/test_exec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec/test_exec.rb')
-rw-r--r--test/exec/test_exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb
index ea9fc7c..53cebf6 100644
--- a/test/exec/test_exec.rb
+++ b/test/exec/test_exec.rb
@@ -502,7 +502,7 @@ end
       lines = []
       while (tries -= 1) > 0
         begin
-          lines = File.readlines(path).grep(/worker=\d+ spawned/)
+          lines = File.readlines(path).grep(/worker=\d+ ready/)
           lines.size == nr_workers and return
         rescue Errno::ENOENT
         end