Changes to be committed:

modified:   obitests/obitools/obicount/test.sh
This commit is contained in:
Eric Coissac
2025-02-19 15:28:42 +01:00
parent 15a058cf63
commit 090633850d

View File

@ -36,6 +36,7 @@ cleanup() {
rm -rf "$TMPDIR" # Suppress the temporary directory
if [ $failed -gt 0 ]; then
log "$TEST_NAME tests failed"
exit 1
fi