mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-27 21:41:09 +00:00
Revert "Update xb.bat"
@* takes all arguments, even ones shifted off.
We only want to pass ones after --.
This reverts commit f884830590
.
This commit is contained in:
parent
c5c312eb8f
commit
2c50054a05
4
xb.bat
4
xb.bat
@ -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 %*
|
||||
build\bin\%CONFIG%\%%G.exe %*
|
||||
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
|
||||
IF !ERRORLEVEL! NEQ 0 (
|
||||
SET ANY_FAILED=1
|
||||
IF %CONTINUE% EQU 0 (
|
||||
|
Loading…
Reference in New Issue
Block a user