We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta1dc6ab commit5eb4a51Copy 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