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

Commita717e5c

Browse files
committed
Fix vpath build in libpq_pipeline test
The path needs to be set to refer to the build directory, not thecurrent directory, because that's actually the source directory atthat point.fix for6abc8c2
1 parent6abc8c2 commita717e5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
use PostgresNode;
99
use TestLib;
1010
use Test::More;
11-
use Cwd;
1211

1312
my$node = get_new_node('main');
1413
$node->init;
1514
$node->start;
1615

1716
my$numrows = 700;
18-
$ENV{PATH} ="$ENV{PATH}:" . getcwd();
17+
$ENV{PATH} ="$ENV{TESTDIR}:$ENV{PATH}";
1918

2019
my ($out,$err) = run_command(['libpq_pipeline','tests' ]);
2120
die"oops:$err"unless$erreq'';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp