From 4a39d33ee54c23fdd187ca9316f71fa51797a63e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 17 Jun 2017 01:57:47 +0200 Subject: Next round on AppVeyor reliability. --- appveyor/test.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'appveyor/test.bat') diff --git a/appveyor/test.bat b/appveyor/test.bat index e241e8e3b4..484a2da99d 100644 --- a/appveyor/test.bat +++ b/appveyor/test.bat @@ -6,7 +6,8 @@ if not exist "%SDK_RUNNER%" ( exit /b 3 ) -call %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat +cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat +if %errorlevel% neq 0 exit /b 3 -exit /b %errorlevel% +exit /b 0 -- cgit v1.2.1