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:
@ -1672,7 +1672,7 @@ void *timeout_thread( void *ptr )
|
||||
Test->timeout--;
|
||||
}
|
||||
Test->tprintf("\n **** Timeout! *** \n");
|
||||
delete Test;
|
||||
Test->~TestConnections();
|
||||
exit(250);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user