mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix Valgrind regression test script
Calling the right binary name
This commit is contained in:
@@ -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 $*
|
||||
|
Reference in New Issue
Block a user