diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-10-17 14:50:30 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-10-17 14:50:42 +0900 |
commit | 2fc5ced0b429ea2b81ded947cfcb85d98112ad87 (patch) | |
tree | b3a8e0ec8a3f8ac57adf89b7edf453ddaca8fb7a /xsltproc/Makefile.am | |
parent | effb43a066e70763fa89eb7142b7cb7b428694ad (diff) | |
download | libxslt-2fc5ced0b429ea2b81ded947cfcb85d98112ad87.tar.gz libxslt-2fc5ced0b429ea2b81ded947cfcb85d98112ad87.tar.bz2 libxslt-2fc5ced0b429ea2b81ded947cfcb85d98112ad87.zip |
Imported Upstream version 1.1.30_rc1upstream/1.1.30_rc1
Change-Id: Ie087e3508369ac612459f31961addc691f2302c1
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'xsltproc/Makefile.am')
-rw-r--r-- | xsltproc/Makefile.am | 2 |
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) |