mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
"Escape" a character in the middle of "warning"
This should stop Buildbot from falsely reporting a warning on Windows bots.
This commit is contained in:
parent
ab2719f904
commit
404b5dac85
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user