refactored tests (#147)
This commit is contained in:
@ -16,7 +16,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
TestConnections * Test = new TestConnections(argc, argv);
|
||||
Test->set_timeout(30);
|
||||
Test->check_log_err((char *) "Failed to pre-parse configuration file", true);
|
||||
Test->check_log_err(0, (char *) "Failed to pre-parse configuration file", true);
|
||||
|
||||
Test->check_maxscale_processes(0);
|
||||
int rval = Test->global_result;
|
||||
|
Reference in New Issue
Block a user