From 7653fa22d961755b1c943e1542cc96466a5cbe75 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 21 Oct 2006 11:50:34 +0000 Subject: r19443: reset trap when we have removed the test specifc files already metze (This used to be commit 15d24f355a32b9b028d3397911194fa681dd0a40) --- source4/script/tests/test_functions.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/script') diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index 50d7dc2762..36f7a60606 100755 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -159,6 +159,7 @@ testit() { else echo "TEST FAILED: $cmdline (status $status)" fi + trap "" EXIT return 1; fi rm -f $TEST_LOG; @@ -173,6 +174,7 @@ testit() { echo "TEST PASSED: $name" echo "==========================================" fi + trap "" EXIT return 0; } -- cgit