mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Un-break pg_upgrade regression test.
Commit 5af2e976d
removed a bit too much from the test.sh invocation.
Per buildfarm.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user