From b6dcbd6ffe5ad186545cd1634f2ce4ce0b812945 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 19 Feb 2013 21:32:54 -0500 Subject: [PATCH] turn off color logs disable color logs during runs to make the screen captured output nicer. Change-Id: I374d7306b4106e48905f36c7933dd2d27180d772 --- devstack-vm-gate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 60e85177..3155c688 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -87,6 +87,7 @@ FIXED_NETWORK_SIZE=256 VIRT_DRIVER=$DEVSTACK_GATE_VIRT_DRIVER SWIFT_REPLICAS=1 SCREEN_DEV=False +LOG_COLOR=False export OS_NO_CACHE=True EOF