Skip to content

Commit fd2487e

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 de2af6e commit fd2487e

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
@@ -227,11 +227,20 @@ sub bincheck
227227
sub taptest
228228
{
229229
my $dir = shift;
230+
my @args;
231+
232+
if ($dir =~ /^PROVE_FLAGS=/)
233+
{
234+
push(@args, $dir);
235+
$dir = shift;
236+
}
230237

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

240+
push(@args,"$topdir/$dir);
241+
233242
InstallTemp();
234-
my $status = tap_check("$topdir/$dir");
243+
my $status = tap_check(@args);
235244
exit $status if $status;
236245
}
237246

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy