From 090633850d7917bf830ac441cf16e43460bbbd4d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 19 Feb 2025 15:28:42 +0100 Subject: [PATCH] Changes to be committed: modified: obitests/obitools/obicount/test.sh --- obitests/obitools/obicount/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/obitests/obitools/obicount/test.sh b/obitests/obitools/obicount/test.sh index be24a31..cf01f1e 100755 --- a/obitests/obitools/obicount/test.sh +++ b/obitests/obitools/obicount/test.sh @@ -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