From 229583666358e18ecfa02d310e8193d3362be810 Mon Sep 17 00:00:00 2001 From: Joao Pereira Date: Wed, 12 Sep 2018 14:56:43 -0400 Subject: [PATCH] Run installcheck in gpcontrib instead of gpAux/extensions Co-authored-by: Jimmy Yih --- GNUmakefile.in | 3 +-- gpcontrib/Makefile | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 448fa5708a..7536799549 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -150,8 +150,7 @@ $(call recurse,installcheck-world, \ contrib/indexscan \ contrib/hstore \ contrib/pgcrypto \ - gpcontrib/gp_internal_tools \ - gpAux/extensions \ + gpcontrib \ src/bin/gpfdist \ src/interfaces/gppc \ src/test/kerberos \ diff --git a/gpcontrib/Makefile b/gpcontrib/Makefile index 44849e66fd..319cab1020 100644 --- a/gpcontrib/Makefile +++ b/gpcontrib/Makefile @@ -80,6 +80,7 @@ distclean: if [ "$(enable_gphdfs)" = "yes" ]; then $(MAKE) -C gphdfs distclean; fi installcheck: + $(MAKE) -C gp_internal_tools installcheck if [ "$(enable_mapreduce)" = "yes" ]; then \ $(MAKE) -C gpmapreduce installcheck; \ fi -- GitLab