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

Commit d5d0029

Browse files
committed
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.
1 parent fb17468 commit d5d0029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/msvc/vcregress.pl

+2
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ sub subdircheck
290290

291291
sub contribcheck
292292
{
293+
InstallTemp();
293294
chdir "$topdir/contrib";
294295
foreach my $module (glob("*"))
295296
{
@@ -309,6 +310,7 @@ sub contribcheck
309310

310311
sub modulescheck
311312
{
313+
InstallTemp();
312314
chdir "$topdir/src/test/modules";
313315
foreach my $module (glob("*"))
314316
{

0 commit comments

Comments
 (0)