summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_test
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/run_test')
-rwxr-xr-xcpp/src/tests/run_test4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/run_test b/cpp/src/tests/run_test
index 489a66e84e..5d8167ff4b 100755
--- a/cpp/src/tests/run_test
+++ b/cpp/src/tests/run_test
@@ -51,8 +51,8 @@ export LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
VG_LOG="`basename $1`.vglog"
rm -f $VG_LOG*
-# Use VALGRIND="valgrind --gen-suppressions=all" to generated suppressions
-VALGRIND_OPTS="
+# Use VALGRIND_OPTS="--gen-suppressions=all" to generated suppressions
+VALGRIND_OPTS="$VALGRIND_OPTS
--leak-check=full
--demangle=yes
--suppressions=$srcdir/.valgrind.supp