Now trully fix installcheck target

This commit is contained in:
Raul Marin
2019-10-29 18:39:23 +01:00
parent f7ab3d28a8
commit d85faa8f85

View File

@@ -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