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 \
|
else \
|
||||||
if ! ./test; then \
|
if ! ./test; then \
|
||||||
echo "** test suite failed!" >&2; \
|
echo "** test suite failed!" >&2; \
|
||||||
|
exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue