We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26609e commit 2539b9bCopy full SHA for 2539b9b
src/Makefile.global.in
@@ -351,6 +351,7 @@ endef
351
ifeq ($(enable_tap_tests),yes)
352
353
define prove_installcheck
354
+rm -rf $(CURDIR)/tmp_check/log
355
cd $(srcdir) && TESTDIR='$(CURDIR)' PATH="$(bindir):$$PATH" PGPORT='6$(DEF_PGPORT)' top_builddir='$(CURDIR)/$(top_builddir)' $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) t/*.pl
356
endef
357
0 commit comments