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

Commita53f0ed

Browse files
committed
MSVC: Remove any tmp_check directory before running a TAP test suite.
Back-patch to v11, where commit90627cfmade the GNU make build system do likewise. Without this, when atypical PostgresNode-using test failed, subsequent runs bailed out witha "File exists" error.
1 parentd83423d commita53f0ed

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
@@ -10,6 +10,7 @@
1010
use File::Basename;
1111
use File::Copy;
1212
use File::Find ();
13+
use File::Pathqw(rmtree);
1314

1415
use Installqw(Install);
1516

@@ -205,6 +206,7 @@ sub tap_check
205206

206207
$ENV{TESTDIR} ="$dir";
207208

209+
rmtree('tmp_check');
208210
system(@args);
209211
my$status =$? >> 8;
210212
return$status;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp