mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.
Necessitated by commit b14cf229f4
.
Per buildfarm.
This commit is contained in:
@ -410,7 +410,7 @@ sub fetchRegressOpts
|
|||||||
my @opts;
|
my @opts;
|
||||||
|
|
||||||
$m =~ s{\\\r?\n}{}g;
|
$m =~ s{\\\r?\n}{}g;
|
||||||
if ($m =~ /^\s*REGRESS_OPTS\s*=(.*)/m)
|
if ($m =~ /^\s*REGRESS_OPTS\s*\+?=(.*)/m)
|
||||||
{
|
{
|
||||||
# Substitute known Makefile variables, then ignore options that retain
|
# Substitute known Makefile variables, then ignore options that retain
|
||||||
# an unhandled variable reference. Ignore anything that isn't an
|
# an unhandled variable reference. Ignore anything that isn't an
|
||||||
|
Reference in New Issue
Block a user