diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/run_valgrind.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/run_valgrind.sh b/scripts/run_valgrind.sh index bccc34c..c6ccd3d 100755 --- a/scripts/run_valgrind.sh +++ b/scripts/run_valgrind.sh @@ -1,5 +1,5 @@ #! /usr/bin/env sh source ../scripts/python_env -#valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" -#valgrind --leak-check=full --show-leak-kinds=all ./src/fruits/cmv/cmv "$@" -valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" +#valgrind --leak-check=full --show-leak-kinds=definite ./src/fruits/cmv/cmv "$@" +valgrind --leak-check=full --show-leak-kinds=all ./src/fruits/cmv/cmv "$@" +#valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" |