We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4df91 commit eec511fCopy full SHA for eec511f
tests.ps1
@@ -4,6 +4,8 @@ param(
4
[Parameter(Mandatory=$True)]$TestSuite)
5
6
$ErrorActionPreference = 'Stop'
7
+$ProgressPreference = 'SilentlyContinue' # Faster downloads with Invoke-RestMethod -- https://stackoverflow.com/a/43477248/33244
8
+
9
10
$baseDir = Split-Path -Parent $PSCommandPath
11
0 commit comments