[Jifty-commit] r1108 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 23 14:22:39 EDT 2006


Author: alexmv
Date: Tue May 23 14:22:38 2006
New Revision: 1108

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test.pm

Log:
 r13256 at zoq-fot-pik:  chmrr | 2006-05-23 14:22:24 -0400
  * Die'ing early should also prevent test cleanup


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Tue May 23 14:22:38 2006
@@ -177,7 +177,7 @@
     return if $Test->{Original_Pid} != $$;
 
     # If all tests passed..
-    unless (grep {not $_} $Test->summary) {
+    unless ($Test->expected_tests != $Test->current_test or grep {not $_} $Test->summary) {
         # Clean up mailbox
         unlink mailbox();
 


More information about the Jifty-commit mailing list