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