Fix watchdog test
The test needs to remove the expected core dump to prevent the test from failing.
This commit is contained in:
parent
36e64aefe8
commit
77dc5946c7
@ -65,6 +65,7 @@ void test_watchdog(TestConnections& test, int argc, char* argv[])
|
||||
if (test.global_result == 0)
|
||||
{
|
||||
test.tprintf("Maxscale was killed by systemd - ok");
|
||||
test.maxscales->ssh_node_f(0, true, "rm -f /tmp/*core");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user