From 7a2620756439b5be86b9ff0d36e8a548c950ddd0 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Mon, 7 Dec 2020 13:46:18 +0200 Subject: [PATCH] Fix typo --- system-test/maxtest/src/testconnections.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/maxtest/src/testconnections.cc b/system-test/maxtest/src/testconnections.cc index 8a0ac3c77..45ca74f2b 100644 --- a/system-test/maxtest/src/testconnections.cc +++ b/system-test/maxtest/src/testconnections.cc @@ -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_timeout(20); - ssh_rc = maxscales->ssh_node_f(m, + int ssh_rc = maxscales->ssh_node_f(m, true, "cp /tmp/maxscale.cnf /etc/maxscale.cnf; pkill -9 maxscale; " "maxscale -U maxscale -lstdout &> /dev/null && sleep 1 && pkill -9 maxscale");