summaryrefslogtreecommitdiff
path: root/appveyor/test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor/test.bat')
-rw-r--r--appveyor/test.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor/test.bat b/appveyor/test.bat
index 97c526399a..eb61bece66 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