]> granicus.if.org Git - postgresql/commitdiff
Add missing clean step to src/test/modules/brin/Makefile.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Oct 2017 16:51:09 +0000 (12:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Oct 2017 16:51:09 +0000 (12:51 -0400)
I noticed the tmp_check subdirectory wasn't getting cleaned up
after a check-world run.  Apparently pgxs.mk will only do this
for you if you've defined REGRESS.  The only other src/test/modules
Makefile that does not set that is snapshot_too_old, and it
does it like this.

src/test/modules/brin/Makefile

index 18c5cafd5e7aae658d211f482f2de702fb8e33a4..912dca8009745227d36f212eae9e4c4dadcf6a8c 100644 (file)
@@ -1,6 +1,9 @@
 # src/test/modules/brin/Makefile
 
-EXTRA_CLEAN = ./isolation_output
+# Note: because we don't tell the Makefile there are any regression tests,
+# we have to clean those result files explicitly
+EXTRA_CLEAN = $(pg_regress_clean_files) ./isolation_output
+
 EXTRA_INSTALL=contrib/pageinspect
 
 ISOLATIONCHECKS=summarization-and-inprogress-insertion