Skip to content

Commit

Permalink
Surface additional PesterInterface Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Jul 9, 2023
1 parent 5aadf8c commit 0e89baf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17,547 deletions.
4 changes: 0 additions & 4 deletions Scripts/PesterInterface.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ param(
[String]$IncludeAnsi
)

$VerbosePreference = 'SilentlyContinue'
$WarningPreference = 'SilentlyContinue'
$DebugPreference = 'SilentlyContinue'

if ($psversiontable.psversion -ge '7.2.0') {
if ($IncludeAnsi) {
$PSStyle.OutputRendering = 'ANSI'
Expand Down
Loading

0 comments on commit 0e89baf

Please sign in to comment.