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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user