mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 10:25:42 -05:00
Fix installcheck case for tap tests
This commit is contained in:
parent
2a4ee7bbcf
commit
233ce6e413
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ endef
|
|||
ifeq ($(enable_tap_tests),yes)
|
||||
|
||||
define prove_installcheck
|
||||
cd $(srcdir) && TESTDIR='$(CURDIR)' PATH="$(bindir):$$PATH" PGPORT='6$(DEF_PGPORT)' $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) t/*.pl
|
||||
cd $(srcdir) && TESTDIR='$(CURDIR)' PATH="$(bindir):$$PATH" PGPORT='6$(DEF_PGPORT)' top_builddir='$(CURDIR)/$(top_builddir)' $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) t/*.pl
|
||||
endef
|
||||
|
||||
define prove_check
|
||||
|
|
|
|||
Loading…
Reference in a new issue