diff options
author | PMR <pmr@pmr-lander> | 2019-09-19 13:54:16 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2019-09-19 13:54:16 +0000 |
commit | 54aacfe6071a68ebce87205aae119aefc2a8af6a (patch) | |
tree | 939cd683d70c2df4f0195663cc356e6b5290c020 | |
parent | 57b936b03a87463b3301add90753c6bf3a1891c5 (diff) | |
parent | 0eaba95f40f993d82ce0ef0986eff1958b7552f7 (diff) |
Merge #372996 from ~rodsmith/plainbox-provider-checkbox:fix-lxd-test-2
Work around a problem caused by sosreport running as root and creating root-owned files in ~/.config/lxc.
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index ca726a6..1641790 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -421,7 +421,7 @@ estimated_duration: 20.0 id: miscellanea/sosreport user: root requires: executable.name == 'sosreport' -command: sosreport --batch --tmp-dir $PLAINBOX_SESSION_SHARE +command: sosreport --batch -n lxd --tmp-dir $PLAINBOX_SESSION_SHARE _summary: Generate baseline sosreport _description: Generates a baseline sosreport of logs and system data |