Skip to content

Commit

Permalink
Don't depend on install for installcheck
Browse files Browse the repository at this point in the history
The installation might have been done via packages or otherwise.
  • Loading branch information
df7cb committed May 20, 2018
1 parent f285a7b commit 3e44206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LIBS = $(libpq_pgport)

all: pg_checksums

prove_installcheck: install
prove_installcheck:
rm -rf $(CURDIR)/tmp_check
cd $(srcdir) && TESTDIR='$(CURDIR)' PATH="$(bindir):$$PATH" PGPORT='6$(DEF_PGPORT)' PG_REGRESS='$(top_builddir)/src/test/regress/pg_regress' $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) $(if $(PROVE_TESTS),$(PROVE_TESTS),t/*.pl)

Expand Down

0 comments on commit 3e44206

Please sign in to comment.