svn commit: samba r19443 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Sat Oct 21 11:50:34 GMT 2006


Author: metze
Date: 2006-10-21 11:50:34 +0000 (Sat, 21 Oct 2006)
New Revision: 19443

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19443

Log:
reset trap when we have removed the test specifc files already

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_functions.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_functions.sh	2006-10-21 10:12:39 UTC (rev 19442)
+++ branches/SAMBA_4_0/source/script/tests/test_functions.sh	2006-10-21 11:50:34 UTC (rev 19443)
@@ -159,6 +159,7 @@
    		else
 			echo "TEST FAILED: $cmdline (status $status)"
 		fi
+		trap "" EXIT
 		return 1;
 	fi
 	rm -f $TEST_LOG;
@@ -173,6 +174,7 @@
 		echo "TEST PASSED: $name"
 		echo "=========================================="
 	fi
+	trap "" EXIT
 	return 0;
 }
 



More information about the samba-cvs mailing list