Fix mxs2057_systemd_watchdog

The coredump pattern was wrong.
This commit is contained in:
Markus Mäkelä
2019-04-01 20:43:49 +03:00
parent 758fec5e2f
commit 5f02974303

View File

@ -65,7 +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");
test.maxscales->ssh_node_f(0, true, "rm -f /tmp/core*");
}
}
}