From a31859373deb70e0c23ac789d532855695f7b737 Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Wed, 18 Oct 2017 10:20:03 -0500 Subject: [PATCH] HBASE-19038 precommit mvn install should run from root on patch --- dev-support/hbase-personality.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index 43371f87da..9b23e11b1d 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -84,9 +84,7 @@ function personality_modules extra="-DHBasePatchProcess" - if [[ ${repostatus} == branch - && ${testtype} == mvninstall ]] || - [[ "${BUILDMODE}" == full ]];then + if [[ ${testtype} == mvninstall ]] || [[ "${BUILDMODE}" == full ]]; then personality_enqueue_module . ${extra} return fi -- 2.14.1