From: Hiroshi Inoue Date: Sat, 10 Nov 2018 00:46:32 +0000 (+0900) Subject: Change the default platform parameter from "x64" to "both" in Windows regression... X-Git-Tag: REL-11_00_0000~2 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/queryCache.php?a=commitdiff_plain;h=b5bcf99c06f8d86dd59d753ca45209145995d613;p=psqlodbc.git Change the default platform parameter from "x64" to "both" in Windows regression test. --- diff --git a/winbuild/regress.ps1 b/winbuild/regress.ps1 index 63799dc..7a34a4a 100644 --- a/winbuild/regress.ps1 +++ b/winbuild/regress.ps1 @@ -68,7 +68,7 @@ Param( [switch]$Ansi, [string]$VCVersion, [ValidateSet("Win32", "x64", "both")] -[string]$Platform="x64", +[string]$Platform="both", [string]$Toolset, [ValidateSet("", "4.0", "12.0", "14.0", "15.0")] [string]$MSToolsVersion,