]> granicus.if.org Git - postgresql/commitdiff
MSVC: Clean tmp_check directory of pg_controldata test suite.
authorNoah Misch <noah@leadboat.com>
Thu, 25 Feb 2016 04:41:33 +0000 (23:41 -0500)
committerNoah Misch <noah@leadboat.com>
Thu, 25 Feb 2016 04:41:33 +0000 (23:41 -0500)
Back-patch to 9.4, where the suite was introduced.

src/tools/msvc/clean.bat

index d21692ffc9b3524fe4a74134e7466cade363f8c2..58357f85637ac0cc5d17bff207b9da4c83f61c98 100755 (executable)
@@ -92,6 +92,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\pg_rewind\tmp_check rd /s /q src\bin\pg_rewind\tmp_check
 if exist src\bin\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check