mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
MSVC: Clean tmp_check directory of pg_controldata test suite.
Back-patch to 9.4, where the suite was introduced.
This commit is contained in:
parent
5c49731187
commit
78e329340e
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
|
|||
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
|
||||
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
|
||||
if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
|
||||
if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
|
||||
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
|
||||
if exist src\bin\scripts\tmp_check rd /s /q src\bin\scripts\tmp_check
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue