allow to set console and unit test option without overriding each other
start unit tests in command line mode because the python pivy package is missing
This commit is contained in:
@@ -2034,6 +2034,7 @@ void Application::ParseOptions(int ac, char ** av)
|
||||
}
|
||||
|
||||
if (vm.count("console")) {
|
||||
mConfig["Console"] = "1";
|
||||
mConfig["RunMode"] = "Cmd";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user