Merge branch '2.2' into develop
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user