Patch the make file to fail on error

This commit is contained in:
Eric Coissac
2025-02-19 15:55:07 +01:00
parent 090633850d
commit 4588bf8b5d

View File

@ -65,7 +65,9 @@ test:
$(GOTEST) ./...
obitests:
@find obitests -name test.sh -exec bash {} \;
@for t in $$(find obitests -name test.sh -print) ; do \
bash $${t} ;\
done
githubtests: obitools obitests