mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 10:50:50 -05:00
Make prove_installcheck remove the old log directory, if any.
prove_check already has been doing this. Back-patch to 9.4, like the commit that introduced this logging.
This commit is contained in:
parent
15e9457bbb
commit
e491f2bbb5
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ endef
|
|||
ifeq ($(enable_tap_tests),yes)
|
||||
|
||||
define prove_installcheck
|
||||
rm -rf $(CURDIR)/tmp_check/log
|
||||
cd $(srcdir) && TESTDIR='$(CURDIR)' PATH="$(bindir):$$PATH" PGPORT='6$(DEF_PGPORT)' top_builddir='$(CURDIR)/$(top_builddir)' $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) t/*.pl
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue