diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2017-11-21 14:02:35 +0000 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2017-11-23 17:07:24 +0000 |
commit | 072eb5f866c712be33e87cab6abdc3e8d8691bce (patch) | |
tree | 51c5478e0ff2695f5435e73199568155bc8f72c6 /units/power-management | |
parent | b05e468d8292b2116fe6f8935fed6fe5b51e631c (diff) |
Remove base64 encoding and archiving/compression of collections of files
Diffstat (limited to 'units/power-management')
-rw-r--r-- | units/power-management/jobs.pxu | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/units/power-management/jobs.pxu b/units/power-management/jobs.pxu index 2521f817..ce252fc1 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? - |