summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2020-02-16 09:39:58 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2020-02-16 09:39:58 -0500
commita1a747eba7ccde2c27f21daaa1ecffc46f18a707 (patch)
tree817a18877dbe4f959627ea78aa43f963eb9686ca
parent6546ed5e2935e5f99e99e0311ea6cec6d6101aaf (diff)
downloadgmime-a1a747eba7ccde2c27f21daaa1ecffc46f18a707.tar.gz
Fixed tests/Makefile.am to exit with a non-negative value
Fixes issue #82
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9a2ee8d4..8bb2d111 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -166,7 +166,7 @@ check-local: $(AUTOMATED_TESTS)
echo "Results: $${passed} tests passed; $${failed} tests failed."; \
if [ $${failed} -ne 0 ]; then \
echo -e "Failed tests: $${failed_tests}"; \
- exit -1; \
+ exit 255; \
fi
distclean-local: