From 007c6ef969cd55c8476cf9a156667008cea57888 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 2 Jun 2014 14:32:44 +0000 Subject: [PATCH] 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 --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 1ef8e63c..4fd2cd71 100644 --- a/functions.sh +++ b/functions.sh @@ -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