Fix typo
This commit is contained in:
@ -2167,7 +2167,7 @@ bool TestConnections::test_bad_config(int m, const string& config)
|
|||||||
// Set the timeout to prevent hangs with configurations that work
|
// Set the timeout to prevent hangs with configurations that work
|
||||||
set_timeout(20);
|
set_timeout(20);
|
||||||
|
|
||||||
ssh_rc = maxscales->ssh_node_f(m,
|
int ssh_rc = maxscales->ssh_node_f(m,
|
||||||
true,
|
true,
|
||||||
"cp /tmp/maxscale.cnf /etc/maxscale.cnf; pkill -9 maxscale; "
|
"cp /tmp/maxscale.cnf /etc/maxscale.cnf; pkill -9 maxscale; "
|
||||||
"maxscale -U maxscale -lstdout &> /dev/null && sleep 1 && pkill -9 maxscale");
|
"maxscale -U maxscale -lstdout &> /dev/null && sleep 1 && pkill -9 maxscale");
|
||||||
|
|||||||
Reference in New Issue
Block a user