mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +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:
parent
a1dc6ab465
commit
5eb4a51cb1
@ -45,7 +45,7 @@ clean distclean maintainer-clean:
|
|||||||
NOTSUBMAKEMAKE=$(MAKE)
|
NOTSUBMAKEMAKE=$(MAKE)
|
||||||
|
|
||||||
check: test.sh all temp-install
|
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
|
# installcheck is not supported because there's no meaningful way to test
|
||||||
# pg_upgrade against a single already-running server
|
# pg_upgrade against a single already-running server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user