(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:
@@ -122,7 +122,7 @@ check-local::
|
|||||||
echo "$$dashes"; \
|
echo "$$dashes"; \
|
||||||
echo "$$banner"; \
|
echo "$$banner"; \
|
||||||
echo "$$dashes"; \
|
echo "$$dashes"; \
|
||||||
test "$$failed" -eq 0; \
|
test "$$failed" -eq 0 || exit 1; \
|
||||||
fi ; \
|
fi ; \
|
||||||
if test '$(CHECK_SYMBOLS)' != ""; then \
|
if test '$(CHECK_SYMBOLS)' != ""; then \
|
||||||
echo "$$dashes"; \
|
echo "$$dashes"; \
|
||||||
|
Reference in New Issue
Block a user