From 4ed1e205b86bf9bdfc066e1be3ba22dc8f223cf7 Mon Sep 17 00:00:00 2001 From: Adrian Grucza Date: Thu, 25 Apr 2024 00:20:54 +1000 Subject: [PATCH] Try $ErrorActionPreference = "SilentlyContinue" --- winbuild/regress.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/winbuild/regress.ps1 b/winbuild/regress.ps1 index 77f3c0fd..2dbf6999 100644 --- a/winbuild/regress.ps1 +++ b/winbuild/regress.ps1 @@ -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