svn commit: samba r19444 - in branches/SAMBA_3_0/source/script/tests: .

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


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

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

Log:
merge from samba4:

reset trap when we have removed the test specifc files already

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


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/test_functions.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/test_functions.sh	2006-10-21 11:50:34 UTC (rev 19443)
+++ branches/SAMBA_3_0/source/script/tests/test_functions.sh	2006-10-21 11:50:52 UTC (rev 19444)
@@ -226,6 +226,7 @@
    		else
 			echo "TEST FAILED: $cmdline (status $status)"
 		fi
+		trap "" EXIT
 		return 1;
 	fi
 	rm -f $TEST_LOG;
@@ -240,6 +241,7 @@
 		echo "TEST PASSED: $name"
 		echo "=========================================="
 	fi
+	trap "" EXIT
 	return 0;
 }
 



More information about the samba-cvs mailing list