+ fix: syntax error on exit script

This commit is contained in:
Rainer Kottenhoff 2017-10-10 14:49:33 +02:00
parent 0f991c91df
commit 2944a4bc40

View File

@ -44,8 +44,8 @@ if errorlevel 1 (
type %TEST_LOG%
:: - make EXITCODE survive 'endlocal'
endlocal & set EXITCODE=%EXITCODE%
:: -call exit only in case of
if not [%EXITCODE%] EQ [0] exit /b %EXITCODE%
exit /b %EXITCODE%
:: ====================================================================================================================
:: --------------------------------------------------------------------------------------------------------------------