diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-04-23 17:09:54 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-04-23 17:09:54 (GMT) |
commit | 1626993f385beecb6da4439d9ad8d8fb70b28e86 (patch) | |
tree | dc362264ac7ad2a05d1c06d9e304565435578451 /PCbuild | |
parent | e7460ac378c0f1b148e6aa34743ef460fc76c004 (diff) | |
download | cpython-1626993f385beecb6da4439d9ad8d8fb70b28e86.zip cpython-1626993f385beecb6da4439d9ad8d8fb70b28e86.tar.gz cpython-1626993f385beecb6da4439d9ad8d8fb70b28e86.tar.bz2 |
"Escape" a character in the middle of "warning"
This should stop Buildbot from falsely reporting a warning on Windows bots.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 2296f0b..f2c17ac 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -184,7 +184,7 @@ <PreBuildEvent> <Command>$(KillPythonExe) IF %ERRORLEVEL% NEQ 0 ( - echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL% + echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL% exit /b 0 )</Command> </PreBuildEvent> @@ -219,7 +219,7 @@ IF %ERRORLEVEL% NEQ 0 ( <PreBuildEvent> <Command>$(KillPythonExe) IF %ERRORLEVEL% NEQ 0 ( - echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL% + echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL% exit /b 0 )</Command> </PreBuildEvent> @@ -254,7 +254,7 @@ IF %ERRORLEVEL% NEQ 0 ( <PreBuildEvent> <Command>$(KillPythonExe) IF %ERRORLEVEL% NEQ 0 ( - echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL% + echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL% exit /b 0 )</Command> </PreBuildEvent> @@ -292,7 +292,7 @@ IF %ERRORLEVEL% NEQ 0 ( <PreBuildEvent> <Command>$(KillPythonExe) IF %ERRORLEVEL% NEQ 0 ( - echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL% + echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL% exit /b 0 )</Command> </PreBuildEvent> @@ -325,7 +325,7 @@ IF %ERRORLEVEL% NEQ 0 ( <PreBuildEvent> <Command>$(KillPythonExe) IF %ERRORLEVEL% NEQ 0 ( - echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL% + echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL% exit /b 0 )</Command> </PreBuildEvent> @@ -361,7 +361,7 @@ IF %ERRORLEVEL% NEQ 0 ( <PreBuildEvent> <Command>$(KillPythonExe) IF %ERRORLEVEL% NEQ 0 ( - echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL% + echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL% exit /b 0 )</Command> </PreBuildEvent> @@ -394,7 +394,7 @@ IF %ERRORLEVEL% NEQ 0 ( <PreBuildEvent> <Command>$(KillPythonExe) IF %ERRORLEVEL% NEQ 0 ( - echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL% + echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL% exit /b 0 )</Command> </PreBuildEvent> @@ -430,7 +430,7 @@ IF %ERRORLEVEL% NEQ 0 ( <PreBuildEvent> <Command>$(KillPythonExe) IF %ERRORLEVEL% NEQ 0 ( - echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL% + echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL% exit /b 0 )</Command> </PreBuildEvent> |