Skip to content

Commit cb9c6ae

Browse files
sergeyklayniden
authored andcommitted
Correct AppVeyor's EnableExtension
1 parent 4914edd commit cb9c6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_ci/appveyor.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Function EnableExtension {
118118
}
119119

120120
If (Test-Path -Path "${PhpExe}") {
121-
& "${PhpExe}" --ri "${Env:EXTENSION_NAME}"
121+
& "${PhpExe}" -d "extension=${Env:EXTENSION_FILE}" --ri "${Env:EXTENSION_NAME}"
122122

123123
$PhpExitCode = $LASTEXITCODE
124124
If ($PhpExitCode -ne 0) {

0 commit comments

Comments
 (0)