(check-local::): exit on failure to perform test.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21743 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-31 16:09:00 +00:00
parent 702dc0a46f
commit 36a50bc285

View File

@@ -122,7 +122,7 @@ check-local::
echo "$$dashes"; \
echo "$$banner"; \
echo "$$dashes"; \
test "$$failed" -eq 0; \
test "$$failed" -eq 0 || exit 1; \
fi ; \
if test '$(CHECK_SYMBOLS)' != ""; then \
echo "$$dashes"; \