summaryrefslogtreecommitdiff
path: root/xsltproc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xsltproc/Makefile.am')
-rw-r--r--xsltproc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsltproc/Makefile.am b/xsltproc/Makefile.am
index ad1c3dce..1a8804fc 100644
--- a/xsltproc/Makefile.am
+++ b/xsltproc/Makefile.am
@@ -41,4 +41,4 @@ xsltproc.dv: xsltproc.o
tests: testThreads
@echo > .memdump
@echo '## Running testThreads'
- @($(CHECKER) ./testThreads ; grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true)
+ @($(CHECKER) ./testThreads > /dev/null; grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true)