mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
regression: Allows to specify a single file or directory
Tests were directory driven. Now it is possible to specify a single test case file.
This commit is contained in:
@@ -36,7 +36,7 @@ template <class T> class ModSecurityTest :
|
||||
std::pair<std::string, std::vector<T *>>* load_tests();
|
||||
bool load_test_json(std::string);
|
||||
|
||||
std::string target_folder;
|
||||
std::string target;
|
||||
bool verbose = false;
|
||||
bool color = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user