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 15e9457 commit e491f2bCopy full SHA for e491f2b
src/Makefile.global.in
@@ -333,6 +333,7 @@ endef
333
ifeq ($(enable_tap_tests),yes)
334
335
define prove_installcheck
336
+rm -rf $(CURDIR)/tmp_check/log
337
cd $(srcdir) && TESTDIR='$(CURDIR)' PATH="$(bindir):$$PATH" PGPORT='6$(DEF_PGPORT)' top_builddir='$(CURDIR)/$(top_builddir)' $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) t/*.pl
338
endef
339
0 commit comments