Commit d36d4d50 authored by Zachary Ware's avatar Zachary Ware

"Escape" a character in the middle of "warning"

This should stop Buildbot from falsely reporting a warning on Windows bots.
parent 75b1e30f
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
<PreBuildEvent> <PreBuildEvent>
<Command>$(KillPythonExe) <Command>$(KillPythonExe)
IF %ERRORLEVEL% NEQ 0 ( 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 exit /b 0
)</Command> )</Command>
</PreBuildEvent> </PreBuildEvent>
...@@ -219,7 +219,7 @@ IF %ERRORLEVEL% NEQ 0 ( ...@@ -219,7 +219,7 @@ IF %ERRORLEVEL% NEQ 0 (
<PreBuildEvent> <PreBuildEvent>
<Command>$(KillPythonExe) <Command>$(KillPythonExe)
IF %ERRORLEVEL% NEQ 0 ( 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 exit /b 0
)</Command> )</Command>
</PreBuildEvent> </PreBuildEvent>
...@@ -254,7 +254,7 @@ IF %ERRORLEVEL% NEQ 0 ( ...@@ -254,7 +254,7 @@ IF %ERRORLEVEL% NEQ 0 (
<PreBuildEvent> <PreBuildEvent>
<Command>$(KillPythonExe) <Command>$(KillPythonExe)
IF %ERRORLEVEL% NEQ 0 ( 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 exit /b 0
)</Command> )</Command>
</PreBuildEvent> </PreBuildEvent>
...@@ -292,7 +292,7 @@ IF %ERRORLEVEL% NEQ 0 ( ...@@ -292,7 +292,7 @@ IF %ERRORLEVEL% NEQ 0 (
<PreBuildEvent> <PreBuildEvent>
<Command>$(KillPythonExe) <Command>$(KillPythonExe)
IF %ERRORLEVEL% NEQ 0 ( 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 exit /b 0
)</Command> )</Command>
</PreBuildEvent> </PreBuildEvent>
...@@ -325,7 +325,7 @@ IF %ERRORLEVEL% NEQ 0 ( ...@@ -325,7 +325,7 @@ IF %ERRORLEVEL% NEQ 0 (
<PreBuildEvent> <PreBuildEvent>
<Command>$(KillPythonExe) <Command>$(KillPythonExe)
IF %ERRORLEVEL% NEQ 0 ( 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 exit /b 0
)</Command> )</Command>
</PreBuildEvent> </PreBuildEvent>
...@@ -361,7 +361,7 @@ IF %ERRORLEVEL% NEQ 0 ( ...@@ -361,7 +361,7 @@ IF %ERRORLEVEL% NEQ 0 (
<PreBuildEvent> <PreBuildEvent>
<Command>$(KillPythonExe) <Command>$(KillPythonExe)
IF %ERRORLEVEL% NEQ 0 ( 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 exit /b 0
)</Command> )</Command>
</PreBuildEvent> </PreBuildEvent>
...@@ -394,7 +394,7 @@ IF %ERRORLEVEL% NEQ 0 ( ...@@ -394,7 +394,7 @@ IF %ERRORLEVEL% NEQ 0 (
<PreBuildEvent> <PreBuildEvent>
<Command>$(KillPythonExe) <Command>$(KillPythonExe)
IF %ERRORLEVEL% NEQ 0 ( 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 exit /b 0
)</Command> )</Command>
</PreBuildEvent> </PreBuildEvent>
...@@ -430,7 +430,7 @@ IF %ERRORLEVEL% NEQ 0 ( ...@@ -430,7 +430,7 @@ IF %ERRORLEVEL% NEQ 0 (
<PreBuildEvent> <PreBuildEvent>
<Command>$(KillPythonExe) <Command>$(KillPythonExe)
IF %ERRORLEVEL% NEQ 0 ( 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 exit /b 0
)</Command> )</Command>
</PreBuildEvent> </PreBuildEvent>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment