Merge "Run stack.sh with forced line buffering"

This commit is contained in:
Jenkins
2014-02-11 22:21:47 +00:00
committed by Gerrit Code Review

View File

@@ -268,7 +268,7 @@ else
sudo chown -R stack:stack $BASE
echo "Running devstack"
sudo -H -u stack ./stack.sh
sudo -H -u stack stdbuf -oL -eL ./stack.sh
# provide a check that the right db was running
# the path are different for fedora and red hat.