Skip to content

Commit 047cf6d

Browse files
committed
supress dir creation output
1 parent 29865cf commit 047cf6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CanaryValidator/Canary.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ while ($runCount -le $NumberOfIterations)
119119
{
120120
Remove-Item -Path $canaryUtilPath -Force -Recurse
121121
}
122-
New-Item -Path $canaryUtilPath -ItemType Directory
122+
New-Item -Path $canaryUtilPath -ItemType Directory | Out-Null
123123

124124
#
125125
# Start Canary

0 commit comments

Comments
 (0)