make makefile crashing on test error

This commit is contained in:
Eric Coissac
2025-03-08 16:54:24 +01:00
parent 78caabd2fd
commit 52d5f6fe11

View File

@ -66,7 +66,7 @@ test:
obitests: obitests:
@for t in $$(find obitests -name test.sh -print) ; do \ @for t in $$(find obitests -name test.sh -print) ; do \
bash $${t} ;\ bash $${t} || exit 1;\
done done
githubtests: obitools obitests githubtests: obitools obitests