From baaf24aceab851c6db75a5f497e64d1ae0f85c6b Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Wed, 26 Feb 2014 16:16:54 -0300 Subject: Add valgrind suppression file --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh index 3eb2223fa1..60ed5c0d36 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -3,5 +3,5 @@ # export VALGRIND_CHECK=1 make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" make -make test +make test > /dev/null 2>&1 make install -- cgit