summaryrefslogtreecommitdiff
path: root/appveyor
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
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')
-rw-r--r--appveyor/test.bat2
-rw-r--r--appveyor/test_task.bat2
2 files changed, 4 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%
+
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat
index 2ba69e9610..d10ee67abb 100644
--- a/appveyor/test_task.bat
+++ b/appveyor/test_task.bat
@@ -73,3 +73,5 @@ mkdir c:\tests_tmp
cd "%APPVEYOR_BUILD_FOLDER%"
nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp"
+exit /b %errorlevel%
+