summaryrefslogtreecommitdiff
path: root/check.mak
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-01-03 18:01:52 +0000
committerMichael Smith <msmith@xiph.org>2006-01-03 18:01:52 +0000
commitb2d75f55028f88e434f83ae9cd27e1f7078de8be (patch)
tree823886e01a173b8917cf55f8feee68fc0c2ef5f2 /check.mak
parentd1911d4b3d6267f9cd9dfb68fcef2afe4d098092 (diff)
check.mak: Clarify error message from valgrind test runs.
Original commit message from CVS: * check.mak: Clarify error message from valgrind test runs.
Diffstat (limited to 'check.mak')
-rw-r--r--check.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.mak b/check.mak
index dd4ddbe..88ac072 100644
--- a/check.mak
+++ b/check.mak
@@ -102,7 +102,7 @@ valgrind: $(TESTS)
fi; \
done; \
if test "$$failed" -ne 0; then \
- echo "$$failed tests had leaks under valgrind:"; \
+ echo "$$failed tests had leaks or errors under valgrind:"; \
echo "$$whicht"; \
false; \
fi