From b734d4bbc169df7a33c2fdccaf6f0de34420118d Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Mon, 7 Sep 2015 14:43:24 +0000 Subject: [PATCH] [skip ci] AppVeyor: fail again, if tests fail --- appveyor-build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ==========