minor, fix dev-support script

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4aeb76b5
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4aeb76b5
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4aeb76b5

Branch: refs/heads/1.5.x-HBase1.1.3
Commit: 4aeb76b5613caba382a0d855bcb19fdb36ce7122
Parents: bccdd4f
Author: Yang Li <[email protected]>
Authored: Sat Mar 12 09:07:06 2016 +0800
Committer: Yang Li <[email protected]>
Committed: Sat Mar 12 09:07:06 2016 +0800

----------------------------------------------------------------------
 dev-support/test_all_against_hdp_2_2_4_2_2.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4aeb76b5/dev-support/test_all_against_hdp_2_2_4_2_2.sh
----------------------------------------------------------------------
diff --git a/dev-support/test_all_against_hdp_2_2_4_2_2.sh 
b/dev-support/test_all_against_hdp_2_2_4_2_2.sh
index 0f81d2e..f0d27e4 100644
--- a/dev-support/test_all_against_hdp_2_2_4_2_2.sh
+++ b/dev-support/test_all_against_hdp_2_2_4_2_2.sh
@@ -21,5 +21,5 @@ dir=$(dirname ${0})
 cd ${dir}
 cd ..
 
-mvn clean install -DskipTests | tee mci.log
-mvn verify -Dhdp.version=2.2.4.2-2 -fae | tee mvnverify.log
+mvn clean install -DskipTests 2>&1 | tee mci.log
+mvn verify -Dhdp.version=2.2.4.2-2 -fae 2>&1 | tee mvnverify.log

Reply via email to