mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Allow MSVC's contribcheck and modulescheck to run independently.
These require a temp install to have been done, so we now make sure it is done before proceeding. Michael Paquier.
This commit is contained in:
parent
163e29dc38
commit
e1d273efde
@ -290,6 +290,7 @@ sub subdircheck
|
|||||||
|
|
||||||
sub contribcheck
|
sub contribcheck
|
||||||
{
|
{
|
||||||
|
InstallTemp();
|
||||||
chdir "$topdir/contrib";
|
chdir "$topdir/contrib";
|
||||||
foreach my $module (glob("*"))
|
foreach my $module (glob("*"))
|
||||||
{
|
{
|
||||||
@ -309,6 +310,7 @@ sub contribcheck
|
|||||||
|
|
||||||
sub modulescheck
|
sub modulescheck
|
||||||
{
|
{
|
||||||
|
InstallTemp();
|
||||||
chdir "$topdir/src/test/modules";
|
chdir "$topdir/src/test/modules";
|
||||||
foreach my $module (glob("*"))
|
foreach my $module (glob("*"))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user