From 0de35176b9313cb63137ef1cd60468f952c58c35 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Thu, 10 Dec 2020 16:26:43 -0800 Subject: [PATCH] remove hardcoded output format --- InvokePesterStub.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvokePesterStub.ps1 b/InvokePesterStub.ps1 index 8f7eb94fd5..6fc1e799f9 100755 --- a/InvokePesterStub.ps1 +++ b/InvokePesterStub.ps1 @@ -130,7 +130,6 @@ if ($All) { if ($OutputPath) { $configuration.Add('TestResult', @{ Enabled = $true - OutputFormat = "NUnit2.5" OutputPath = $OutputPath }) } @@ -158,7 +157,6 @@ elseif (($LineNumber -match '\d+') -and ($pesterModule.Version -ge '4.6.0')) { if ($OutputPath) { $configuration.Add('TestResult', @{ Enabled = $true - OutputFormat = "NUnit2.5" OutputPath = $OutputPath }) }