Remove implicit initialization of all maxscales

The extra maxscale instances are only started if the test explicitly
requests it.
This commit is contained in:
Markus Mäkelä
2018-09-12 10:24:34 +03:00
parent 643480240c
commit f6840fbded
4 changed files with 19 additions and 2 deletions

View File

@ -22,6 +22,7 @@ int main(int argc, char *argv[])
char * version;
TestConnections::multiple_maxscales(true);
TestConnections * Test = new TestConnections(argc, argv);
Test->set_timeout(10);