Move sync_with_stdio into TestConnections constructor
This way all tests run with the same configuration.
This commit is contained in:
@ -178,8 +178,6 @@ void run(TestConnections& test)
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
std::ios::sync_with_stdio(true);
|
||||
|
||||
TestConnections test(argc, argv);
|
||||
|
||||
if (test.maxscales->connect_rwsplit() == 0)
|
||||
|
||||
Reference in New Issue
Block a user