summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-11 17:34:11 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-11 17:34:11 +0000
commitaba9191ab3ef0699b0f9507ee3d03161f9ee7771 (patch)
tree9f3e8cb2b1dc3209bce2746305251ba44ff5f688 /tests/run_tests.sh
parentd2461482caf9e93d6e2bc7ff17567102f635211a (diff)
Adding some more things yet again.
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 0578681..8c3c7f7 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -40,8 +40,10 @@ echo "----------------------------------------"
if [ $FAILED -ne 0 ]; then
echo -e "Failed tests:$FAILED_TESTS"
+ rm -f a.out out.c
exit 1
else
echo "All tests passed!"
+ rm -f a.out out.c
exit 0
fi