projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a26609e
)
Make prove_installcheck remove the old log directory, if any.
author
Noah Misch
Mon, 12 Oct 2015 00:36:07 +0000
(20:36 -0400)
committer
Noah Misch
Mon, 12 Oct 2015 00:36:23 +0000
(20:36 -0400)
prove_check already has been doing this. Back-patch to 9.4, like the
commit that introduced this logging.
src/Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index 13755148b55a18930e1c0985d96300c47cc9ee46..3a0f0b9a27f5c52281023fe9b007cd965f6d0052 100644
(file)
--- a/
src/Makefile.global.in
+++ b/
src/Makefile.global.in
@@
-351,6
+351,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