Skip to content

Commit b61dfa4

Browse files
committed
Fix path for COMSPEC test
1 parent fa7ed01 commit b61dfa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php/BuildPhp/public/Invoke-PhpTests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ function Invoke-PhpTests {
6969
$Env:NO_INTERACTION = 1
7070
$Env:REPORT_EXIT_STATUS = 1
7171

72+
Add-Path -Path "$Env:SystemRoot\System32"
73+
7274
Set-Location "$testsDirectory"
7375

7476
Get-TestsList -OutputFile "$TestType-tests-to-run.txt" -Type $TestType

0 commit comments

Comments
 (0)