Added a rule parsing tool for the dbfwfilter. The tool can be build with the -DBUILD_TOOLS=Y flag for CMake.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#include <maxscale_test.h>
|
||||
#include <log_manager.h>
|
||||
|
||||
void init_test_env()
|
||||
void init_test_env(char *path)
|
||||
{
|
||||
int argc = 3;
|
||||
|
||||
@ -14,7 +14,7 @@ void init_test_env()
|
||||
{
|
||||
"log_manager",
|
||||
"-j",
|
||||
TEST_LOG_DIR,
|
||||
path? path:TEST_LOG_DIR,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user