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:49 +0000 (23:41 -0500)
Back-patch to 9.4, where the suite was introduced.

src/tools/msvc/clean.bat

index 33784cd2b3b85307d562a381100e1bfc7b53ac88..f4da2f5e3543053eb0f2bc7b9b29383cde921344 100755 (executable)
@@ -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