Fix test build failure
The ssh_node_f function does not exist in 2.1.
This commit is contained in:
@ -916,7 +916,7 @@ bool Mariadb_nodes::revert_nodes_snapshot()
|
||||
{
|
||||
rval = false;
|
||||
}
|
||||
ssh_node_f(i, true, "pkill -9 mysqld");
|
||||
ssh_node(i, true, "pkill -9 mysqld");
|
||||
}
|
||||
return rval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user