Try to make AppVeyor happy
This commit is contained in:
parent
aa7a4b8372
commit
f6f489ea49
|
@ -177,7 +177,7 @@ static std::string executeAddon(const AddonInfo &addonInfo,
|
||||||
if (test == 1 || test == lastTest)
|
if (test == 1 || test == lastTest)
|
||||||
pythonExe = cmdFileName((addonInfo.python != "") ? addonInfo.python : defaultPythonExe);
|
pythonExe = cmdFileName((addonInfo.python != "") ? addonInfo.python : defaultPythonExe);
|
||||||
else
|
else
|
||||||
pythonExe = "python";
|
pythonExe = "python3";
|
||||||
|
|
||||||
const std::string cmd = pythonExe + " --version 2>&1";
|
const std::string cmd = pythonExe + " --version 2>&1";
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ const char Settings::SafeChecks::XmlExternalVariables[] = "external-variables";
|
||||||
|
|
||||||
Settings::Settings()
|
Settings::Settings()
|
||||||
: mEnabled(0),
|
: mEnabled(0),
|
||||||
addonPython("python3"),
|
addonPython("python"),
|
||||||
bugHunting(false),
|
bugHunting(false),
|
||||||
checkAllConfigurations(true),
|
checkAllConfigurations(true),
|
||||||
checkConfiguration(false),
|
checkConfiguration(false),
|
||||||
|
|
Loading…
Reference in New Issue