Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 26a81bb

Browse files
committed
Fix vcregress.pl for new plperl test case.
As of commit 50fc694, the plperl tests don't want preinstalled plperl languages; they now install those themselves. I'd removed the --load-extension options from the GNUmakefile, but missed teaching the MSVC build script about that. Per buildfarm.
1 parent 50fc694 commit 26a81bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/vcregress.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ sub plcheck
353353
if ($lang eq 'plperl')
354354
{
355355

356-
# run both trusted and untrusted perl tests
357-
push(@lang_args, "--load-extension=plperlu");
356+
# plperl tests will install the extensions themselves
357+
@lang_args = ();
358358

359359
# assume we're using this perl to built postgres
360360
# test if we can run two interpreters in one backend, and if so

0 commit comments

Comments
 (0)