propigate test suite failure

(but not test suite build failure)
This commit is contained in:
Joey Hess 2011-10-06 11:12:03 -04:00
parent e139a99aa0
commit dab5bddc64

View file

@ -57,6 +57,7 @@ test: $(bins)
else \
if ! ./test; then \
echo "** test suite failed!" >&2; \
exit 1; \
fi; \
fi