Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd5d0029

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 itis done before proceeding.Michael Paquier.
1 parentfb17468 commitd5d0029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ sub subdircheck
290290

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

310311
submodulescheck
311312
{
313+
InstallTemp();
312314
chdir"$topdir/src/test/modules";
313315
foreachmy$module (glob("*"))
314316
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp