summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_valgrind.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/run_valgrind.sh b/scripts/run_valgrind.sh
index 943d25b..033f35a 100755
--- a/scripts/run_valgrind.sh
+++ b/scripts/run_valgrind.sh
@@ -1,2 +1,3 @@
#! /usr/bin/env sh
-valgrind --leak-check=full ./src/fruits/cmv/cmv "$@"
+valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@"
+#valgrind --leak-check=full ./src/fruits/cmv/cmv "$@"