Skip to content

Commit 78e3293

Browse files
committed
MSVC: Clean tmp_check directory of pg_controldata test suite.
Back-patch to 9.4, where the suite was introduced.
1 parent 5c49731 commit 78e3293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/msvc/clean.bat

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
7878
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
7979
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
8080
if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
81+
if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
8182
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
8283
if exist src\bin\scripts\tmp_check rd /s /q src\bin\scripts\tmp_check
8384

0 commit comments

Comments
 (0)