diff options
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r-- | tests/atlocal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index ef9c43c..adaf928 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -7,7 +7,7 @@ host=@host@ SCITECO="@abs_top_builddir@/src/sciteco" if [ $at_arg_valgrind != false ]; then - SCITECO="valgrind --tool=memcheck --error-exitcode=66 $SCITECO" + SCITECO="valgrind --tool=memcheck --leak-check=full --error-exitcode=66 $SCITECO" fi # For testing command-line editing: |