Commit 5eb4a51c authored by Tom Lane's avatar Tom Lane

Un-break pg_upgrade regression test.

Commit 5af2e976 removed a bit too much from the test.sh invocation.
Per buildfarm.
parent a1dc6ab4
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment