Skip to content

Commit

Permalink
Disable gpmapreduce regress test in gpcontrib.
Browse files Browse the repository at this point in the history
As gpmapreduce is implemented for compatibility of execution of mapreduce,
which is no longer need now, we disable gpmapreduce regress test in this
commit.

Authored-by: Zhang Wenchao [email protected]
  • Loading branch information
wenchaozhang-123 authored and my-ship-it committed Sep 24, 2024
1 parent 92a9785 commit 4d926ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gpcontrib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ distclean:

installcheck:
$(MAKE) -C gp_internal_tools installcheck
if [ "$(enable_mapreduce)" = "yes" ]; then \
$(MAKE) -C gpmapreduce installcheck; \
fi
if [ "$(enable_orafce)" = "yes" ]; then $(MAKE) -C orafce installcheck; fi
if [ "$(enable_pxf)" = "yes" ]; then $(MAKE) -C pxf_fdw installcheck; fi
if [ "$(with_zstd)" = "yes" ]; then $(MAKE) -C zstd installcheck; fi
Expand Down

0 comments on commit 4d926ed

Please sign in to comment.