diff --git a/appveyor-build.bat b/appveyor-build.bat index dae949c7c..3f686b3d9 100644 --- a/appveyor-build.bat +++ b/appveyor-build.bat @@ -75,10 +75,10 @@ SET PATH=%PROJECT_DIR%\osrm-deps\libs\bin;%PATH% ECHO running datastructure-tests.exe ... datastructure-tests.exe -::IF %ERRORLEVEL% NEQ 0 GOTO ERROR +IF %ERRORLEVEL% NEQ 0 GOTO ERROR ECHO running algorithm-tests.exe ... algorithm-tests.exe -::IF %ERRORLEVEL% NEQ 0 GOTO ERROR +IF %ERRORLEVEL% NEQ 0 GOTO ERROR IF NOT "%APPVEYOR_REPO_BRANCH%"=="develop" GOTO DONE ECHO ========= CREATING PACKAGES ==========