diff options
author | Michael Smith <msmith@xiph.org> | 2006-01-03 18:01:52 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2006-01-03 18:01:52 +0000 |
commit | b2d75f55028f88e434f83ae9cd27e1f7078de8be (patch) | |
tree | 823886e01a173b8917cf55f8feee68fc0c2ef5f2 /check.mak | |
parent | d1911d4b3d6267f9cd9dfb68fcef2afe4d098092 (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.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |