From b29072b733bea9405e30f45448b31b4508ea78d6 Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Mon, 5 Aug 2024 11:39:04 +0000 Subject: [PATCH] Docs (samples): Update test entrypoint script --- docs/samples/test/test.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/samples/test/test.ps1 b/docs/samples/test/test.ps1 index 52f21ed..3ebb875 100644 --- a/docs/samples/test/test.ps1 +++ b/docs/samples/test/test.ps1 @@ -2,7 +2,7 @@ param ( [Parameter(Mandatory=$false)] [ValidateNotNullOrEmpty()] - [string]$Tag = '' + [string]$Tag ) Set-StrictMode -Version Latest @@ -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