Skip to content

Commit

Permalink
$intermediateNameElements
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Sep 21, 2023
1 parent cf3b852 commit da1d175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Set-PesterGitHubOutput {
$errorTestLine = $failedTest.ErrorRecord.TargetObject.Line
#TODO Remove
Write-Verbose "1"
Write-Verbose "$($failedTest.ErrorRecord.TargetObject.File)"
Write-Verbose "$intermediateNameElements"
$errorTestFile = (Split-Path $failedTest.ErrorRecord.TargetObject.File -Leaf).Trim()

#TODO Remove
Expand Down

0 comments on commit da1d175

Please sign in to comment.