ModSecurity/test/regression-tests-valgrind.sh
Felipe Zimmerle bc887cdcf2 Fix Valgrind regression test script
Calling the right binary name
2016-05-03 17:40:11 -03:00

5 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
valgrind --tool=massif ./regression_tests $*
valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./regression_tests $*