summaryrefslogtreecommitdiff
path: root/test/fullcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fullcheck.sh')
-rwxr-xr-xtest/fullcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fullcheck.sh b/test/fullcheck.sh
index f607f2d9..db63921d 100755
--- a/test/fullcheck.sh
+++ b/test/fullcheck.sh
@@ -2,7 +2,7 @@
VALGRIND=''
if [ -x /usr/bin/valgrind -o -x /opt/local/bin/valgrind ]; then
- VALGRIND=valgrind
+ VALGRIND="valgrind -q"
fi
#export MallocGuardEdges=1