From 6bc8e4a4caaa13b832c88f345e33f94ab4b83a13 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 17 Mar 2025 17:35:13 +0300 Subject: test suite: perform leak checking when run under Valgrind This became the default in later Valgrind versions. With leak checking, the test suite does not currently run cleanly. --- tests/atlocal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3