Skip to content

Commit 9997767

Browse files
committed
enforce exit status propagation and up the sdk version
1 parent 3704947 commit 9997767

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ environment:
2424
PHP_BUILD_CACHE_BASE_DIR: c:\build-cache
2525
PHP_BUILD_OBJ_DIR: c:\obj
2626
PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk
27-
PHP_BUILD_SDK_BRANCH: php-sdk-2.0.4
27+
PHP_BUILD_SDK_BRANCH: php-sdk-2.0.5
2828
# ext and env setup for tests
2929
#MYSQL_TEST_PASSWD: Password12!
3030
#MYSQL_TEST_USER: root

appveyor/test.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ if not exist "%SDK_RUNNER%" (
88

99
call %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat
1010

11+
exit /b %errorlevel%
12+

appveyor/test_task.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ mkdir c:\tests_tmp
7373
cd "%APPVEYOR_BUILD_FOLDER%"
7474
nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp"
7575

76+
exit /b %errorlevel%
77+

0 commit comments

Comments
 (0)