diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2018-10-05 09:02:53 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2018-10-05 09:02:53 -0400 |
commit | 77a7ef52b22269d73f625446694feafd2c00918c (patch) | |
tree | 42315f86a9d96ade1f022e0661bb874429de6d20 | |
parent | fc044afd7937cbcfdbe7a1389f785247b56bce1d (diff) |
fixes per review comments
-rw-r--r-- | units/info/jobs.pxu | 2 | ||||
-rw-r--r-- | units/info/packaging.pxu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/info/jobs.pxu b/units/info/jobs.pxu index 2f45f55..4485829 100644 --- a/units/info/jobs.pxu +++ b/units/info/jobs.pxu @@ -446,7 +446,7 @@ estimated_duration: 0.015 requires: package.name == 'hwloc' or executable.name == 'lstopo' _description: Attaches the system topology as presented by the lstopo command _summary: Attach the output of lstopo -command: lstopo $lstopo_visual.png +command: lstopo $PLAINBOX_SESSION_SHARE/lstopo_visual.png; \ [ -e "$PLAINBOX_SESSION_SHARE/lstopo_visual.png" ] && \ cat "$PLAINBOX_SESSION_SHARE/lstopo_visual.png" diff --git a/units/info/packaging.pxu b/units/info/packaging.pxu index dba4c80..67f18c2 100644 --- a/units/info/packaging.pxu +++ b/units/info/packaging.pxu @@ -14,6 +14,6 @@ os-id: debian Depends: util-linux # This is to install hwloc for the lstopo attachment jobs -unit: packaing meta-data +unit: packaging meta-data os-id: debian Depends: hwloc |