Skip to content

Commit 6654510

Browse files
Remove hardcoded output format (#3089)
1 parent 12c9300 commit 6654510

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

InvokePesterStub.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ if ($All) {
130130
if ($OutputPath) {
131131
$configuration.Add('TestResult', @{
132132
Enabled = $true
133-
OutputFormat = "NUnit2.5"
134133
OutputPath = $OutputPath
135134
})
136135
}
@@ -158,7 +157,6 @@ elseif (($LineNumber -match '\d+') -and ($pesterModule.Version -ge '4.6.0')) {
158157
if ($OutputPath) {
159158
$configuration.Add('TestResult', @{
160159
Enabled = $true
161-
OutputFormat = "NUnit2.5"
162160
OutputPath = $OutputPath
163161
})
164162
}

0 commit comments

Comments
 (0)