propigate test suite failure
(but not test suite build failure)
This commit is contained in:
parent
e139a99aa0
commit
dab5bddc64
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -57,6 +57,7 @@ test: $(bins)
|
|||
else \
|
||||
if ! ./test; then \
|
||||
echo "** test suite failed!" >&2; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue