From 264904ba1ed97b0d963998a7bcb1e6313a86db3d Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 5 Apr 2017 16:46:24 -0400 Subject: [PATCH] Switch off color in logs Change-Id: I97a15f5fd88c9e963255584f758c30c28c986e4d --- contrib/post_test_hook.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/post_test_hook.sh b/contrib/post_test_hook.sh index 29b70ba..e3c307a 100755 --- a/contrib/post_test_hook.sh +++ b/contrib/post_test_hook.sh @@ -117,6 +117,7 @@ export KUBECONFIG=/var/run/kubernetes/admin.kubeconfig export KUBERNETES_PROVIDER=skeleton export KUBERNETES_CONFORMANCE_TEST=y export GINKGO_PARALLEL=y +export GINKGO_NO_COLOR=y export KUBE_MASTER_IP=https://127.0.0.1:6443/ pushd $GOPATH/src/k8s.io/kubernetes >/dev/null