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 <[email protected]> Reviewers: Grant Henke <[email protected]>, Jiangjie Qin <[email protected]>, Ewen Cheslack-Postava <[email protected]> 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 <[email protected]> Authored: Tue Mar 1 23:53:28 2016 -0800 Committer: Ewen Cheslack-Postava <[email protected]> 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); }'; }
