From e83e1b6cd3f4be12297c800af60ad8520d79195c Mon Sep 17 00:00:00 2001 From: Po-Hsu Lin Date: Fri, 20 Jun 2014 18:19:40 +0800 Subject: power-management.txt.in: explicitly assign the _gz file path to solve the attachment issue --- jobs/power-management.txt.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/power-management.txt.in b/jobs/power-management.txt.in index 897e491..5b2a0ba 100644 --- a/jobs/power-management.txt.in +++ b/jobs/power-management.txt.in @@ -53,7 +53,7 @@ _description: plugin: attachment id: power-management/poweroff-log-attach -command: tar cvfz power-management_poweroff.tgz $PLAINBOX_SESSION_SHARE/*poweroff.1.log && cat $PLAINBOX_SESSION_SHARE/power-management_poweroff.tgz +command: tar cvfz ${PLAINBOX_SESSION_SHARE}/power-management_poweroff.tgz ${PLAINBOX_SESSION_SHARE}/*poweroff.1.log && cat ${PLAINBOX_SESSION_SHARE}/power-management_poweroff.tgz _description: This will attach any logs from the power-management/poweroff test to the results. @@ -78,7 +78,7 @@ _description: plugin: attachment id: power-management/reboot-log-attach -command: tar cvfz power-management_reboot.tgz $PLAINBOX_SESSION_SHARE/*reboot.1.log && cat $PLAINBOX_SESSION_SHARE/power-management_reboot.tgz +command: tar cvfz ${PLAINBOX_SESSION_SHARE}/power-management_reboot.tgz ${PLAINBOX_SESSION_SHARE}/*reboot.1.log && cat ${PLAINBOX_SESSION_SHARE}/power-management_reboot.tgz _description: This will attach any logs from the power-management/reboot test to the results. -- cgit v1.2.3