summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-04-23 17:09:54 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-04-23 17:09:54 (GMT)
commit404b5dac85c6ceb36b2bda42332387134b21976f (patch)
tree356aff2573a88cf0045959ad745a1795de0fd86c
parentab2719f90431f989350d10bf266c1a51f8e14d16 (diff)
downloadcpython-404b5dac85c6ceb36b2bda42332387134b21976f.zip
cpython-404b5dac85c6ceb36b2bda42332387134b21976f.tar.gz
cpython-404b5dac85c6ceb36b2bda42332387134b21976f.tar.bz2
"Escape" a character in the middle of "warning"
This should stop Buildbot from falsely reporting a warning on Windows bots.
-rw-r--r--PCbuild/pythoncore.vcxproj16
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>