Drop created tables in tests
If a table is created in a test, it should also drop the table.
This commit is contained in:
@ -209,5 +209,9 @@ int main(int argc, char* argv[])
|
||||
run(test);
|
||||
}
|
||||
|
||||
test.maxscales->connect();
|
||||
drop(test);
|
||||
test.maxscales->disconnect();
|
||||
|
||||
return test.global_result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user