From d85faa8f8508ef51285044613e28d3610be4630e Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Tue, 29 Oct 2019 18:39:23 +0100 Subject: [PATCH] Now trully fix installcheck target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0f902aa..b7d41f3 100644 --- a/Makefile +++ b/Makefile @@ -220,6 +220,6 @@ regress: legacy_tests PGPORT=$(PGPORT) \ $(PGREGRESS) --inputdir=./ --bindir='$(PGBINDIR)' --dbname=$(PGREGRESSDATABASE) $(REGRESS) -installcheck: test_extension_new test_organization regress - $(MAKE) -f ... -C regress +installcheck: test_extension_new test_organization + $(MAKE) -C . regress