From: Tom Lane Date: Wed, 22 May 2019 03:51:19 +0000 (-0400) Subject: Un-break pg_upgrade regression test. X-Git-Tag: REL_12_BETA2~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5eb4a51cb15166392ca3ede6ec58f8f1f820ef53;p=postgresql Un-break pg_upgrade regression test. Commit 5af2e976d removed a bit too much from the test.sh invocation. Per buildfarm. --- diff --git a/src/bin/pg_upgrade/Makefile b/src/bin/pg_upgrade/Makefile index 5b322ce826..2cb829acd5 100644 --- a/src/bin/pg_upgrade/Makefile +++ b/src/bin/pg_upgrade/Makefile @@ -45,7 +45,7 @@ clean distclean maintainer-clean: NOTSUBMAKEMAKE=$(MAKE) check: test.sh all temp-install - MAKE=$(NOTSUBMAKEMAKE) $(with_temp_install) bindir=$(abs_top_builddir)/tmp_install/$(bindir) EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) + MAKE=$(NOTSUBMAKEMAKE) $(with_temp_install) bindir=$(abs_top_builddir)/tmp_install/$(bindir) EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $< # installcheck is not supported because there's no meaningful way to test # pg_upgrade against a single already-running server