mirror of
https://github.com/xodio/xod.git
synced 2026-03-11 03:06:50 +01:00
fix(xod-tabtest): make makefile exit with error if one of the tests fails
This commit is contained in:
@@ -21,5 +21,5 @@ all: $(RUNNERS)
|
||||
test: $(RUNNERS)
|
||||
@for x in $(RUNNERS); do \
|
||||
echo ./$$x; \
|
||||
./$$x; \
|
||||
./$$x || exit 1; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user