Skip to content

Commit

Permalink
Merge pull request #153 from theohbrothers/test/entrypoint-improve-li…
Browse files Browse the repository at this point in the history
…sting-of-test-artifacts

Test (entrypoint): Improve listing of test artifacts
  • Loading branch information
joeltimothyoh committed Aug 5, 2024
2 parents 0c3524f + fdcdef8 commit f71549f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ try {
throw
}finally {
"Listing test artifacts" | Write-Host
Push-Location "$(git rev-parse --show-toplevel)"
Push-Location (git rev-parse --show-toplevel)
git ls-files --others --exclude-standard
Pop-Location

Expand Down

0 comments on commit f71549f

Please sign in to comment.