Copy devstacklog.txt

A regression in Ib1c4476c28c5c032ed9ab1682118a4f4528db450 caused
devstacklog.txt to no longer be archived, so this restores the lost
line of code.

Change-Id: Id1ac9bd106789df662f101677dc868a60ba16a12
This commit is contained in:
Jeremy Stanley
2014-06-02 14:32:44 +00:00
parent fcaef2c4b1
commit 007c6ef969

View File

@@ -465,6 +465,7 @@ function cleanup_host {
fi
find $BASE/new/screen-logs -type l -print0 | \
xargs -0 -I {} sudo cp {} $NEWLOGTARGET/
sudo cp $BASE/new/devstacklog.txt $NEWLOGTARGET/
sudo cp $BASE/new/devstack/localrc $NEWLOGTARGET/localrc.txt
# $BASE/logs is a link to $WORKSPACE (see