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.
pull/14/head
Andrew Dunstan 10 years ago
parent fb174687f7
commit d5d00294b0
  1. 2
      src/tools/msvc/vcregress.pl

@ -290,6 +290,7 @@ sub subdircheck
sub contribcheck
{
InstallTemp();
chdir "$topdir/contrib";
foreach my $module (glob("*"))
{
@ -309,6 +310,7 @@ sub contribcheck
sub modulescheck
{
InstallTemp();
chdir "$topdir/src/test/modules";
foreach my $module (glob("*"))
{

Loading…
Cancel
Save