Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e45746

Browse files
committed
src/tools/msvc: Respect REGRESS_OPTS in plcheck.
v16 commit8fe3e69 used REGRESS_OPTS ina way needing this. That broke "vcregress plcheck". Back-patchv16..v12; newer versions don't have this build system.
1 parentb1e58de commit1e45746

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,15 @@ sub plcheck
420420
# Move on if no tests are listed.
421421
nextif (scalar@tests == 0);
422422

423+
my@opts = fetchRegressOpts();
424+
423425
print
424426
"============================================================\n";
425427
print"Checking$lang\n";
426428
my@args = (
427429
"$topdir/$Config/pg_regress/pg_regress",
428430
"--bindir=$topdir/$Config/psql",
429-
"--dbname=pl_regression",@lang_args,@tests);
431+
"--dbname=pl_regression",@lang_args,@opts,@tests);
430432
system(@args);
431433
my$status =$? >> 8;
432434
exit$statusif$status;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp