Skip to content

Commit

Permalink
ErrorRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Sep 21, 2023
1 parent 6a4ecae commit 00d510a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ function Set-PesterGitHubOutput {
Write-Verbose "testName $testName"
Write-Verbose "$intermediateNameElements"
Write-Verbose "failedTest $failedTest"
Write-Verbose "failedTestErrorRecord $($failedTest.ErrorRecord)"
# $errorTestFile = (Split-Path $failedTest.ErrorRecord.TargetObject.File -Leaf).Trim()
$errorTestFile = ""

Expand Down

0 comments on commit 00d510a

Please sign in to comment.