Backport testing fixes to 2.1

Some of the testing fixes weren't included into 2.1 and due to that, a few
of the tests appear to fail.
This commit is contained in:
Markus Mäkelä
2017-07-27 08:28:16 +03:00
parent e26ec4f8b9
commit 563fdb4db5
2 changed files with 2 additions and 2 deletions

View File

@ -1672,7 +1672,7 @@ void *timeout_thread( void *ptr )
Test->timeout--;
}
Test->tprintf("\n **** Timeout! *** \n");
delete Test;
Test->~TestConnections();
exit(250);
}