]> granicus.if.org Git - postgresql/commitdiff
Un-break pg_upgrade regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 May 2019 03:51:19 +0000 (23:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 May 2019 03:51:19 +0000 (23:51 -0400)
Commit 5af2e976d removed a bit too much from the test.sh invocation.
Per buildfarm.

src/bin/pg_upgrade/Makefile

index 5b322ce82616d39bdb8675cd544486da958e5a13..2cb829acd59309d225ea00f010dec20555f3ea0c 100644 (file)
@@ -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