Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 03a22f8

Browse files
committed
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.
1 parent 0e57b4d commit 03a22f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.global.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ endef
351351
ifeq ($(enable_tap_tests),yes)
352352

353353
define prove_installcheck
354+
rm -rf $(CURDIR)/tmp_check/log
354355
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
355356
endef
356357

0 commit comments

Comments
 (0)