Kicking buildbot.

This commit is contained in:
Ben Vanik 2015-05-02 22:58:56 -07:00
parent 76399d0854
commit c6a980c571
1 changed files with 4 additions and 1 deletions

5
xb.bat
View File

@ -488,7 +488,10 @@ IF %ALL% NEQ 1 (
) )
POPD POPD
IF %ANY_ERRORS% NEQ 0 ( IF %ANY_ERRORS% NEQ 0 (
ECHO FOOO ECHO.
ECHO ERROR: one or more clang-format calls failed
ENDLOCAL & SET _RESULT=1
GOTO :eof
) )
) )