Merge "Pretty up the post-run df call"

This commit is contained in:
Jenkins
2014-01-31 17:32:07 +00:00
committed by Gerrit Code Review

View File

@@ -370,7 +370,7 @@ function cleanup_host {
sudo cp $BASE/new/devstack/localrc $NEWLOGTARGET/localrc.txt
sudo iptables-save > $WORKSPACE/iptables.txt
df -h> $WORKSPACE/df.txt
df -h > $WORKSPACE/df.txt
pip freeze > $WORKSPACE/pip-freeze.txt
sudo mv $WORKSPACE/iptables.txt $WORKSPACE/df.txt \
$WORKSPACE/pip-freeze.txt $BASE/logs/