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:
wmayer
2017-10-10 20:40:09 +02:00
parent ed7630503c
commit 3b479e00c2
3 changed files with 6 additions and 1 deletions

View File

@@ -2034,6 +2034,7 @@ void Application::ParseOptions(int ac, char ** av)
}
if (vm.count("console")) {
mConfig["Console"] = "1";
mConfig["RunMode"] = "Cmd";
}