summaryrefslogtreecommitdiff
path: root/appveyor/test.bat
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-06-17 01:58:51 +0200
committerAnatol Belski <ab@php.net>2017-06-17 01:58:51 +0200
commit7275084388b504d23a1b9ae11ea9a94970cbe526 (patch)
tree5e07c79bb7ccb37d2dc4f4b04cbc121f293766e2 /appveyor/test.bat
parentc2a348b5bca3826342e0833bb9a4ba4301dfbb4d (diff)
parent4a39d33ee54c23fdd187ca9316f71fa51797a63e (diff)
downloadphp-git-7275084388b504d23a1b9ae11ea9a94970cbe526.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: 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 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