Move sync_with_stdio into TestConnections constructor

This way all tests run with the same configuration.
This commit is contained in:
Markus Mäkelä
2018-11-15 10:57:52 +02:00
parent 29d96662eb
commit 396da06eb8
6 changed files with 1 additions and 10 deletions

View File

@ -172,8 +172,6 @@ void run(TestConnections& test)
int main(int argc, char* argv[])
{
std::ios::sync_with_stdio(true);
Mariadb_nodes::require_gtid(true);
TestConnections test(argc, argv);