From 8360a24a1e8ba6b528d126a1f8fde6f3777f39d8 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sun, 23 Feb 2014 10:55:11 -0500 Subject: [PATCH] suppress devstack console log instead of printing devstack log to the console, suppress it. We are already logging it in a sublog. In the normal case, this will mean our logs are largely the tempest run logs, which are the things that most people care about (unless something goes wrong). Change-Id: I438c16d3117e065123afa9ea8c0f7d79a955f9cb --- devstack-vm-gate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index d2cb1615..5c9ca129 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -272,7 +272,8 @@ else sudo chown -R stack:stack $BASE echo "Running devstack" - sudo -H -u stack stdbuf -oL -eL ./stack.sh + echo "... this will take 5 - 8 minutes" + sudo -H -u stack stdbuf -oL -eL ./stack.sh > /dev/null # provide a check that the right db was running # the path are different for fedora and red hat.