mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Added some cosmetics to autoconf related code
This commit is contained in:
committed by
Felipe Zimmerle
parent
ccb1068e85
commit
9dff36f598
@@ -307,7 +307,9 @@ fi
|
||||
AM_CONDITIONAL([TEST_UTILITIES], [test $buildTestUtilities = true])
|
||||
if test $buildTestUtilities = true; then
|
||||
if test $debugLogs = true; then
|
||||
TEST_CASES=`./test/test-list.sh`
|
||||
if test -f ./test/test-list.sh; then
|
||||
TEST_CASES=`./test/test-list.sh`
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user