[Bps-public-commit] r9533 - in Test-HTTP-Server-Simple: .

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Nov 1 13:07:16 EDT 2007


Author: alexmv
Date: Thu Nov  1 13:07:16 2007
New Revision: 9533

Modified:
   Test-HTTP-Server-Simple/   (props changed)
   Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm

Log:
 r24264 at zoq-fot-pik:  chmrr | 2007-11-01 13:06:57 -0400
  * Make sure children are dead before you return


Modified: Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm
==============================================================================
--- Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm	(original)
+++ Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm	Thu Nov  1 13:07:16 2007
@@ -83,6 +83,7 @@
     }
     else {
         kill 'USR1', @CHILD_PIDS if @CHILD_PIDS;
+        1 while wait() > 0;
     }
 } 
 



More information about the Bps-public-commit mailing list