lib/testr/master.rb in testr-14.0.1 vs lib/testr/master.rb in testr-14.0.2
- old
+ new
@@ -51,10 +51,10 @@
end
# after loading the user's test file, the at_exit() hook of the user's
# testing framework will take care of running the tests and reflecting
# any failures in the worker process' exit status, which will then be
- # handled by the SIGCHLD trap registered in the master process (above)
+ # handled by the SIGCHLD trap registered in the master process (below)
Kernel.load test_file
end
@command_by_worker_pid[worker_pid] = @command.push(worker_number)
@upstream.print @command_line