diff options
| author | Andrew Dunstan | 2015-07-28 19:34:35 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2015-07-28 19:34:35 +0000 |
| commit | 01f6bb4b2dcc571ad0cc6a404595de4b03157534 (patch) | |
| tree | f2b3c9c69a7f2cd6ea1be629ead11654ae10bd3a /src/Makefile.global.in | |
| parent | 6f2871f12e9fba5deec4296cfe12e85c140261c4 (diff) | |
Make tap tests store postmaster logs and handle vpaths correctly
Given this it is possible that the buildfarm animals running these tests
will be able to capture adequate logging to allow diagnosis of failures.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index e2f7211160d..e87885bb2b0 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -338,7 +338,7 @@ cd $(srcdir) && TESTDIR='$(CURDIR)' PATH="$(bindir):$$PATH" PGPORT='6$(DEF_PGPOR endef define prove_check -rm -rf $(srcdir)/tmp_check/log +rm -rf $(CURDIR)/tmp_check/log cd $(srcdir) && TESTDIR='$(CURDIR)' $(with_temp_install) PGPORT='6$(DEF_PGPORT)' top_builddir='$(CURDIR)/$(top_builddir)' $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) t/*.pl endef |
