summaryrefslogtreecommitdiff
path: root/appveyor/test.bat
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-06-08 17:18:15 +0200
committerAnatol Belski <ab@php.net>2017-06-08 17:18:15 +0200
commita0338d34908dec47b6f981ce77cef05862f2f263 (patch)
treee87ebe53ba9d968f5efb54033f86d179c9c292eb /appveyor/test.bat
parentdb4561bfffc348fe99276b059e360eba4c906c4a (diff)
parent844f4292ef8e9a750dc6f32eaf8027cd2c6e69da (diff)
downloadphp-git-a0338d34908dec47b6f981ce77cef05862f2f263.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: enforce exit status propagation and up the sdk version
Diffstat (limited to 'appveyor/test.bat')
-rw-r--r--appveyor/test.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor/test.bat b/appveyor/test.bat
index ec4b730913..97c526399a 100644
--- a/appveyor/test.bat
+++ b/appveyor/test.bat
@@ -8,3 +8,5 @@ if not exist "%SDK_RUNNER%" (
call %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat
+exit /b %errorlevel%
+