Content-Length: 280644 | pFad | http://github.com/postgrespro/postgres_cluster/commit/b4a1d69ed4da83d25639f5bdb129ee83aa19c242

15 Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f · postgrespro/postgres_cluster@b4a1d69 · GitHub
Skip to content

Commit b4a1d69

Browse files
committed
Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d97
This change didn't adjust the publicly visible taptest function, causing buildfarm failures on bowerbird. Backpatch to 9.4 like previous change.
1 parent 4e763fb commit b4a1d69

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,20 @@ sub bincheck
226226
sub taptest
227227
{
228228
my $dir = shift;
229+
my @args;
230+
231+
if ($dir =~ /^PROVE_FLAGS=/)
232+
{
233+
push(@args, $dir);
234+
$dir = shift;
235+
}
229236

230237
die "no tests found!" unless -d "$topdir/$dir/t";
231238

239+
push(@args,"$topdir/$dir);
240+
232241
InstallTemp();
233-
my $status = tap_check("$topdir/$dir");
242+
my $status = tap_check(@args);
234243
exit $status if $status;
235244
}
236245

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/b4a1d69ed4da83d25639f5bdb129ee83aa19c242

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy