no zombie forks as a test criteria
This commit is contained in:
parent
c8f2810855
commit
57e0fe80fc
1 changed files with 2 additions and 0 deletions
2
t/Fork.t
2
t/Fork.t
|
|
@ -101,6 +101,8 @@ close $pipe;
|
||||||
backgroundTest('On-demand fork');
|
backgroundTest('On-demand fork');
|
||||||
is $forkCount, 1, 'we did fork';
|
is $forkCount, 1, 'we did fork';
|
||||||
|
|
||||||
|
ok(WebGUI::Test->waitForAllForks(10), "Forks finished");
|
||||||
|
|
||||||
done_testing;
|
done_testing;
|
||||||
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue