Merge branch '2.2' of github.com:mariadb-corporation/MaxScale into 2.2
This commit is contained in:
commit
b9aec60d7a
@ -557,7 +557,7 @@ void TestConnections::read_mdbci_info()
|
||||
target = readenv("target", "develop");
|
||||
|
||||
mdbci_config_name = readenv("mdbci_config_name", "local");
|
||||
vm_path = std::string(mdbci_vm_path) + std::string(mdbci_config_name);
|
||||
vm_path = std::string(mdbci_vm_path) + std::string("/") + std::string(mdbci_config_name);
|
||||
if (mdbci_config_name != NULL)
|
||||
{
|
||||
std::ifstream nc_file;
|
||||
|
Loading…
x
Reference in New Issue
Block a user