We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2edddd commit 6e8fee5Copy full SHA for 6e8fee5
extension/BuildPhpExtension/private/Invoke-Tests.ps1
@@ -76,7 +76,9 @@ Function Invoke-Tests {
76
if($env:TEST_OPCACHE_MODE -eq 'both') {
77
$suffix = " (opcache=$opcacheMode)"
78
}
79
- Add-StepLog "Running tests for $($Config.name) extension$suffix"
+ if($suffix -ne "") {
80
+ Add-StepLog "Running tests for $($Config.name) extension$suffix"
81
+ }
82
Set-GAGroup start
83
$tempDirectory = Get-BuildDirectory $currentDirectory
84
$env:TEMP=$tempDirectory
0 commit comments