From 52d5f6fe1184d1d1e040f8da93998d020d645a7f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 8 Mar 2025 16:54:24 +0100 Subject: [PATCH] make makefile crashing on test error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f43de12..b16fa89 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ test: obitests: @for t in $$(find obitests -name test.sh -print) ; do \ - bash $${t} ;\ + bash $${t} || exit 1;\ done githubtests: obitools obitests