Run MaxCtrl test suite in the regression test suite
The MaxCtrl test suite is now a part of the regression test suite. The cluster tests are expected to fail as that is yet to be implemented. Also fixed the return value of TestConnections::ssh_maxscale.
This commit is contained in:
@ -1484,7 +1484,7 @@ int TestConnections::ssh_maxscale(bool sudo, const char* format, ...)
|
||||
|
||||
free(sys);
|
||||
free(cmd);
|
||||
return rc;
|
||||
return WEXITSTATUS(rc);
|
||||
}
|
||||
|
||||
int TestConnections::copy_to_maxscale(const char* src, const char* dest)
|
||||
|
Reference in New Issue
Block a user