summaryrefslogtreecommitdiff
path: root/appveyor/test.bat
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-06-17 02:00:27 +0200
committerAnatol Belski <ab@php.net>2017-06-17 02:00:27 +0200
commit5aa96fe3d564c4d1c5f321ef91be108037a172fe (patch)
treebd2d8687f5163b221ff812abcb8a8be7f4610450 /appveyor/test.bat
parent9dada7b291d3fb88a81406cafa5d6fbcb1ee11f0 (diff)
parent7275084388b504d23a1b9ae11ea9a94970cbe526 (diff)
downloadphp-git-5aa96fe3d564c4d1c5f321ef91be108037a172fe.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: Next round on AppVeyor reliability.
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