mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix Valgrind regression test script
Calling the right binary name
This commit is contained in:
parent
5643d2fa28
commit
bc887cdcf2
@ -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 $*
|
||||
|
Loading…
x
Reference in New Issue
Block a user