Merge pull request #201 from 0xdeafcafe/master

Update xb.bat
This commit is contained in:
Rick Gibbed 2015-05-12 05:34:20 -05:00
commit 5f0d562c90
1 changed files with 2 additions and 2 deletions

4
xb.bat
View File

@ -294,8 +294,8 @@ FOR %%G IN (%TEST_NAMES%) DO (
SET ANY_FAILED=0
FOR %%G IN (%TEST_NAMES%) DO (
ECHO.
ECHO ^> build\bin\%CONFIG%\%%G.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
build\bin\%CONFIG%\%%G.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
ECHO ^> build\bin\%CONFIG%\%%G.exe %*
build\bin\%CONFIG%\%%G.exe %*
IF !ERRORLEVEL! NEQ 0 (
SET ANY_FAILED=1
IF %CONTINUE% EQU 0 (