mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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;
|
||||
|
||||
$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
|
||||
# an unhandled variable reference. Ignore anything that isn't an
|
||||
|
Reference in New Issue
Block a user