Skip to content

Commit

Permalink
Try $ErrorActionPreference = "SilentlyContinue"
Browse files Browse the repository at this point in the history
  • Loading branch information
apgrucza committed Apr 24, 2024
1 parent f4081f3 commit 4ed1e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winbuild/regress.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ function RunTest($scriptPath, $Platform, $testexes)
$env:COMMON_CONNECTION_STRING_FOR_REGRESSION_TEST += ";Database=contrib_regression;ConnSettings={set lc_messages='C'}"
}
write-host "`n`tSetting by env variable:$env:COMMON_CONNECTION_STRING_FOR_REGRESSION_TEST"
$ErrorActionPreference = "SilentlyContinue"
.\runsuite $testexes --inputdir=$origdir 2>&1 | ForEach-Object{ "$_" } | Tee-Object -Variable runsuiteOutput

# Check whether mimalloc ran by searching for a message printed by the MIMALLOC_VERBOSE option
Expand Down

0 comments on commit 4ed1e20

Please sign in to comment.