Don't force verbose output

The tests shouldn't force verbose output.
This commit is contained in:
Markus Mäkelä
2017-12-19 09:23:44 +02:00
parent 3b7275ec41
commit 3ca32457db
2 changed files with 17 additions and 11 deletions

View File

@ -480,6 +480,7 @@ private:
int check_node_ssh(int node);
bool check_master_node(MYSQL *conn);
bool bad_slave_thread_status(MYSQL *conn, const char *field, int node);
};
class Galera_nodes : public Mariadb_nodes