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 0e57b4d commit 03a22f8Copy full SHA for 03a22f8
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)' PG_REGRESS='$(CURDIR)/$(top_builddir)/src/test/regress/pg_regress' $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) t/*.pl
356
endef
357
0 commit comments