mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r19443: reset trap when we have removed the test specifc files already
metze
(This used to be commit 15d24f355a
)
This commit is contained in:
parent
2e468ee5df
commit
7653fa22d9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user