]> git.notmuchmail.org Git - notmuch/blobdiff - test/valgrind/valgrind.sh
test: Make the --valgrind option useful, (and drop --verbose).
[notmuch] / test / valgrind / valgrind.sh
index 582b4dca9497363c7bfd6ae5ecc2c98d28d5ac0a..3bc90f5cd178fa9686605797f8fe1baea78c3727 100755 (executable)
@@ -13,7 +13,7 @@ TRACK_ORIGINS=--track-origins=yes
 
 exec valgrind -q --error-exitcode=126 \
        --leak-check=no \
-       --suppressions="$GIT_VALGRIND/default.supp" \
+       --suppressions="$GIT_VALGRIND/suppressions" \
        --gen-suppressions=all \
        $TRACK_ORIGINS \
        --log-fd=4 \