summaryrefslogtreecommitdiff
path: root/units/power-management
diff options
Diffstat (limited to 'units/power-management')
-rw-r--r--units/power-management/jobs.pxu5
1 files changed, 2 insertions, 3 deletions
diff --git a/units/power-management/jobs.pxu b/units/power-management/jobs.pxu
index 2521f81..ce252fc 100644
--- a/units/power-management/jobs.pxu
+++ b/units/power-management/jobs.pxu
@@ -51,7 +51,7 @@ id: power-management/poweroff-log-attach
estimated_duration: 1.0
command:
set -o pipefail
- tar cvz $PLAINBOX_SESSION_SHARE/*poweroff.1.log | base64
+ more $PLAINBOX_SESSION_SHARE/*poweroff.1.log | cat
_description:
This will attach any logs from the power-management/poweroff test to the results.
@@ -74,7 +74,7 @@ id: power-management/reboot-log-attach
estimated_duration: 1.0
command:
set -o pipefail
- tar cvz $PLAINBOX_SESSION_SHARE/*reboot.1.log | base64
+ more $PLAINBOX_SESSION_SHARE/*reboot.1.log | cat
_description:
This will attach any logs from the power-management/reboot test to the results.
@@ -254,4 +254,3 @@ _description:
successfully otherwise, Select 'Fail' to indicate there was a problem.
VERIFICATION:
Did the system shutdown and boot correctly?
-