From 404b5dac85c6ceb36b2bda42332387134b21976f Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 23 Apr 2014 12:09:54 -0500 Subject: [PATCH] "Escape" a character in the middle of "warning" This should stop Buildbot from falsely reporting a warning on Windows bots. --- PCbuild/pythoncore.vcxproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 2296f0bb609..f2c17ac43aa 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -184,7 +184,7 @@ $(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 ) @@ -219,7 +219,7 @@ IF %ERRORLEVEL% NEQ 0 ( $(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 ) @@ -254,7 +254,7 @@ IF %ERRORLEVEL% NEQ 0 ( $(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 ) @@ -292,7 +292,7 @@ IF %ERRORLEVEL% NEQ 0 ( $(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 ) @@ -325,7 +325,7 @@ IF %ERRORLEVEL% NEQ 0 ( $(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 ) @@ -361,7 +361,7 @@ IF %ERRORLEVEL% NEQ 0 ( $(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 ) @@ -394,7 +394,7 @@ IF %ERRORLEVEL% NEQ 0 ( $(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 ) @@ -430,7 +430,7 @@ IF %ERRORLEVEL% NEQ 0 ( $(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 )