Skip to content

Commit ae12873

Browse files
committed
Don't build bless_tests.patch
The bless_tests.patch had been introduced via PR php#7204, but is no longer available due to PR php#11566. Since apparently the patch is not that helpful, we remove the code which generates it.
1 parent 2501cad commit ae12873

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,10 @@ set TEST_PHPDBG_EXECUTABLE=%PHP_BUILD_DIR%\phpdbg.exe
130130

131131
mkdir c:\tests_tmp
132132

133-
nmake test TESTS="%OPCACHE_OPTS% -g FAIL,BORK,LEAK,XLEAK --no-progress -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp --bless %PARALLEL%"
133+
nmake test TESTS="%OPCACHE_OPTS% -g FAIL,BORK,LEAK,XLEAK --no-progress -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp %PARALLEL%"
134134

135135
set EXIT_CODE=%errorlevel%
136136

137137
taskkill /f /im snmpd.exe
138138

139-
if %EXIT_CODE% GEQ 1 (
140-
git checkout ext\pgsql\tests\config.inc
141-
git diff > bless_tests.patch
142-
)
143-
144139
exit /b %EXIT_CODE%

0 commit comments

Comments
 (0)