mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r19443: reset trap when we have removed the test specifc files already
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
3df2cb1ea8
commit
15d24f355a
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user