Repository: hive Updated Branches: refs/heads/master cc3544bd8 -> c3fee305e
HIVE-13505. Skip running TestDummy where possibe during precommit builds. (Siddharth Seth, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c3fee305 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c3fee305 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/c3fee305 Branch: refs/heads/master Commit: c3fee305ec7a039a072e20ea8c3e068802fd8b45 Parents: cc3544b Author: Siddharth Seth <[email protected]> Authored: Mon Apr 18 10:42:33 2016 -0700 Committer: Siddharth Seth <[email protected]> Committed: Mon Apr 18 10:42:33 2016 -0700 ---------------------------------------------------------------------- testutils/ptest2/src/main/resources/source-prep.vm | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/c3fee305/testutils/ptest2/src/main/resources/source-prep.vm ---------------------------------------------------------------------- diff --git a/testutils/ptest2/src/main/resources/source-prep.vm b/testutils/ptest2/src/main/resources/source-prep.vm index 97fb69c..9c83a14 100644 --- a/testutils/ptest2/src/main/resources/source-prep.vm +++ b/testutils/ptest2/src/main/resources/source-prep.vm @@ -97,10 +97,8 @@ cd $workingDir/ done #end mvn -B clean install -DskipTests -Dmaven.repo.local=$workingDir/maven $mavenArgs $mavenBuildArgs - mvn -B test -Dmaven.repo.local=$workingDir/maven -Dtest=TestDummy $mavenArgs $mavenTestArgs cd itests mvn -B clean install -DskipTests -Dmaven.repo.local=$workingDir/maven $mavenArgs $mavenBuildArgs - mvn -B test -Dmaven.repo.local=$workingDir/maven -Dtest=TestDummy $mavenArgs $mavenTestArgs elif [[ "${buildTool}" == "ant" ]] then ant $antArgs -Divy.default.ivy.user.dir=$workingDir/ivy \
