doc and astyle fixes
This commit is contained in:

committed by
Markus Mäkelä

parent
0ce183d7e3
commit
4fd6d075cb
@ -101,7 +101,7 @@ int main(int argc, char *argv[])
|
||||
copy_rules(Test, (char *) "rules_syntax_error", rules_dir);
|
||||
|
||||
char *output = Test->maxscales->ssh_node_output(0,
|
||||
"maxadmin call command dbfwfilter rules/reload Database-Firewall", true, &exit_code);
|
||||
"maxadmin call command dbfwfilter rules/reload Database-Firewall", true, &exit_code);
|
||||
Test->add_result(strcasestr(output, "Failed") == NULL, "Reloading rules should fail with syntax errors");
|
||||
|
||||
Test->check_maxscale_processes(0, 1);
|
||||
|
Reference in New Issue
Block a user