Fix watchdog test

The test needs to remove the expected core dump to prevent the test from
failing.
This commit is contained in:
Markus Mäkelä
2019-02-13 09:07:54 +02:00
parent 36e64aefe8
commit 77dc5946c7

View File

@ -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");
}
}
}