You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2016/03/02 08:53:49 UTC

kafka git commit: KAFKA-3257: disable bootstrap-test-env.sh --colour option

Repository: kafka
Updated Branches:
  refs/heads/trunk edeb11bc5 -> 23f239b06


KAFKA-3257: disable bootstrap-test-env.sh --colour option

becketqin, when you get a chance, could you take a look at the patch?

Author: zhuchen1018 <am...@gmail.com>

Reviewers: Grant Henke <gr...@gmail.com>, Jiangjie Qin <be...@gmail.com>, Ewen Cheslack-Postava <ew...@confluent.io>

Closes #969 from zhuchen1018/KAFKA-3257


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/23f239b0
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/23f239b0
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/23f239b0

Branch: refs/heads/trunk
Commit: 23f239b06195c461a118962d45b6b02c3d89885c
Parents: edeb11b
Author: zhuchen1018 <am...@gmail.com>
Authored: Tue Mar 1 23:53:28 2016 -0800
Committer: Ewen Cheslack-Postava <me...@ewencp.org>
Committed: Tue Mar 1 23:53:28 2016 -0800

----------------------------------------------------------------------
 tests/bootstrap-test-env.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/23f239b0/tests/bootstrap-test-env.sh
----------------------------------------------------------------------
diff --git a/tests/bootstrap-test-env.sh b/tests/bootstrap-test-env.sh
index 6bd09c9..908e443 100755
--- a/tests/bootstrap-test-env.sh
+++ b/tests/bootstrap-test-env.sh
@@ -15,6 +15,7 @@
 # limitations under the License.
 
 # This script automates the process of setting up a local machine for running Kafka system tests
+export GREP_OPTIONS='--color=never'
 
 # Helper function which prints version numbers so they can be compared lexically or numerically
 function version { echo "$@" | awk -F. '{ printf("%03d%03d%03d%03d\n", $1,$2,$3,$4); }'; }