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