diff --git a/test/regression-tests-valgrind.sh b/test/regression-tests-valgrind.sh index 90ef5532..13a40be4 100755 --- a/test/regression-tests-valgrind.sh +++ b/test/regression-tests-valgrind.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -valgrind --tool=massif ./regression-tests $* -valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./regression-tests $* +valgrind --tool=massif ./regression_tests $* +valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./regression_tests $*