Fix test build failure

The ssh_node_f function does not exist in 2.1.
This commit is contained in:
Markus Mäkelä
2018-01-02 10:10:25 +02:00
parent aed66e28f6
commit 3f0ef7481e

View File

@ -916,7 +916,7 @@ bool Mariadb_nodes::revert_nodes_snapshot()
{ {
rval = false; rval = false;
} }
ssh_node_f(i, true, "pkill -9 mysqld"); ssh_node(i, true, "pkill -9 mysqld");
} }
return rval; return rval;
} }