Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 404b5da

Browse files
committed
"Escape" a character in the middle of "warning"
This should stop Buildbot from falsely reporting a warning on Windows bots.
1 parent ab2719f commit 404b5da

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

PCbuild/pythoncore.vcxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<PreBuildEvent>
185185
<Command>$(KillPythonExe)
186186
IF %ERRORLEVEL% NEQ 0 (
187-
echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL%
187+
echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL%
188188
exit /b 0
189189
)</Command>
190190
</PreBuildEvent>
@@ -219,7 +219,7 @@ IF %ERRORLEVEL% NEQ 0 (
219219
<PreBuildEvent>
220220
<Command>$(KillPythonExe)
221221
IF %ERRORLEVEL% NEQ 0 (
222-
echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL%
222+
echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL%
223223
exit /b 0
224224
)</Command>
225225
</PreBuildEvent>
@@ -254,7 +254,7 @@ IF %ERRORLEVEL% NEQ 0 (
254254
<PreBuildEvent>
255255
<Command>$(KillPythonExe)
256256
IF %ERRORLEVEL% NEQ 0 (
257-
echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL%
257+
echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL%
258258
exit /b 0
259259
)</Command>
260260
</PreBuildEvent>
@@ -292,7 +292,7 @@ IF %ERRORLEVEL% NEQ 0 (
292292
<PreBuildEvent>
293293
<Command>$(KillPythonExe)
294294
IF %ERRORLEVEL% NEQ 0 (
295-
echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL%
295+
echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL%
296296
exit /b 0
297297
)</Command>
298298
</PreBuildEvent>
@@ -325,7 +325,7 @@ IF %ERRORLEVEL% NEQ 0 (
325325
<PreBuildEvent>
326326
<Command>$(KillPythonExe)
327327
IF %ERRORLEVEL% NEQ 0 (
328-
echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL%
328+
echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL%
329329
exit /b 0
330330
)</Command>
331331
</PreBuildEvent>
@@ -361,7 +361,7 @@ IF %ERRORLEVEL% NEQ 0 (
361361
<PreBuildEvent>
362362
<Command>$(KillPythonExe)
363363
IF %ERRORLEVEL% NEQ 0 (
364-
echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL%
364+
echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL%
365365
exit /b 0
366366
)</Command>
367367
</PreBuildEvent>
@@ -394,7 +394,7 @@ IF %ERRORLEVEL% NEQ 0 (
394394
<PreBuildEvent>
395395
<Command>$(KillPythonExe)
396396
IF %ERRORLEVEL% NEQ 0 (
397-
echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL%
397+
echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL%
398398
exit /b 0
399399
)</Command>
400400
</PreBuildEvent>
@@ -430,7 +430,7 @@ IF %ERRORLEVEL% NEQ 0 (
430430
<PreBuildEvent>
431431
<Command>$(KillPythonExe)
432432
IF %ERRORLEVEL% NEQ 0 (
433-
echo kill_python: warning: could not kill running Pythons, exit code %ERRORLEVEL%
433+
echo kill_python: war^ning: could not kill running Pythons, exit code %ERRORLEVEL%
434434
exit /b 0
435435
)</Command>
436436
</PreBuildEvent>

0 commit comments

Comments
 (0)