Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-08-07 22:20:27 +03:00
8 changed files with 232 additions and 60 deletions

View File

@ -364,6 +364,12 @@ TestConnections::~TestConnections()
{
delete galera;
}
if (global_result)
{
// This causes the test to fail if a core dump is found
exit(1);
}
}
void TestConnections::report_result(const char *format, va_list argp)