Merge "Tiny improvement in paths"

This commit is contained in:
Jenkins
2014-01-31 17:32:06 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -97,8 +97,8 @@ if [ -z "$SKIP_DEVSTACK_GATE_PROJECT" ]; then
fi
# Make a directory to store logs
rm -rf logs
mkdir -p logs
rm -rf $WORKSPACE/logs
mkdir -p $WORKSPACE/logs
# Set to 1 to run the Tempest test suite
export DEVSTACK_GATE_TEMPEST=${DEVSTACK_GATE_TEMPEST:-0}

View File

@@ -294,7 +294,7 @@ function setup_host {
sudo start rsyslog
# We set some home directories under $BASE, make sure it exists.
sudo mkdir $BASE
sudo mkdir -p $BASE
# Create a stack user for devstack to run as, so that we can
# revoke sudo permissions from that user when appropriate.
sudo useradd -U -s /bin/bash -d $BASE/new -m stack