From 55260af89424de38c466499002d13f5b2a8017c2 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 8 Mar 2018 14:51:51 +0100 Subject: [PATCH] adds deug output --- tests/Store/01_New-CredentialStore.Tests.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Store/01_New-CredentialStore.Tests.ps1 b/tests/Store/01_New-CredentialStore.Tests.ps1 index 3c7e2a8..934dc4f 100644 --- a/tests/Store/01_New-CredentialStore.Tests.ps1 +++ b/tests/Store/01_New-CredentialStore.Tests.ps1 @@ -46,6 +46,7 @@ $VerbosePreference = "SilentlyContinue" Describe "New-CredentialStore" { Context "Private CS tests" { $pCS = Join-Path -Path $env:APPDATA -ChildPath "CredentialStore.json" + Write-Debug -Message ("Parsed private CS:" -f $pCS) It "Test1: Create new private CredentialStore" { New-CredentialStore $result = Test-Path -Path $pCS