summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2014-12-12 20:18:11 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2014-12-12 20:18:11 (GMT)
commit10e65856a38f888108f1063970b2fa3077af01f8 (patch)
tree1628bf6c719a3d47ec0e23ff54487d01bf1cfee1 /Tools/buildbot
parent5632aff9c13408faaa410bb8cbfd7470f8bd0587 (diff)
downloadcpython-10e65856a38f888108f1063970b2fa3077af01f8.zip
cpython-10e65856a38f888108f1063970b2fa3077af01f8.tar.gz
cpython-10e65856a38f888108f1063970b2fa3077af01f8.tar.bz2
Removes use of ValueOrDefault function that is not always available on the buildbots.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r--Tools/buildbot/clean.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat
index 39fec01..09328bc 100644
--- a/Tools/buildbot/clean.bat
+++ b/Tools/buildbot/clean.bat
@@ -16,7 +16,7 @@ if "%1" == "x64" (
call "%pcbuild%\env.bat" %vcvars_target%
echo.Attempting to kill Pythons...
-msbuild /v:m /nologo /target:KillPython "%pcbuild%\pythoncore.vcxproj" /p:Configuration=Release /p:Platform=%platform%
+msbuild /v:m /nologo /target:KillPython "%pcbuild%\pythoncore.vcxproj" /p:Configuration=Release /p:Platform=%platform% /p:KillPython=true
echo Deleting .pyc/.pyo files ...
del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"