Skip to content

Commit 7603793

Browse files
committed
restore TestsDebug to ''
1 parent b948445 commit 7603793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Param(
1212
# Print the build and publish command instead of executing them if set
1313
[switch] $DryRun = $false,
1414
# Output debug info for tests: 'empty' (no additional test output), 'debug' (test cmd & stderr outputed), 'verbose' (test cmd, stderr, stdout outputed)
15-
[String] $TestsDebug = 'verbose'
15+
[String] $TestsDebug = ''
1616
)
1717

1818
$ErrorActionPreference = 'Stop'

0 commit comments

Comments
 (0)