Skip to content

Commit ad11cbc

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Run snmp tests in Windows CI, again
2 parents cb69900 + b26e610 commit ad11cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ popd
105105

106106
rem prepare for snmp
107107
set MIBDIRS=%DEPS_DIR%\share\mibs
108-
start %DEPS_DIR%\bin\snmpd.exe -C -c %APPVEYOR_BUILD_FOLDER%\ext\snmp\tests\snmpd.conf -Ln
108+
start %DEPS_DIR%\bin\snmpd.exe -C -c %GITHUB_WORKSPACE%\ext\snmp\tests\snmpd.conf -Ln
109109

110110
set PHP_BUILD_DIR=%PHP_BUILD_OBJ_DIR%\Release
111111
if "%THREAD_SAFE%" equ "1" set PHP_BUILD_DIR=%PHP_BUILD_DIR%_TS

0 commit comments

Comments
 (0)