8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dc6ab commit 5eb4a51Copy full SHA for 5eb4a51
src/bin/pg_upgrade/Makefile
@@ -45,7 +45,7 @@ clean distclean maintainer-clean:
45
NOTSUBMAKEMAKE=$(MAKE)
46
47
check: test.sh all temp-install
48
- 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) $<
49
50
# installcheck is not supported because there's no meaningful way to test
51
# pg_upgrade against a single already-running server
0 commit comments