diff options
author | PMR <pmr@pmr-lander> | 2019-01-10 07:51:10 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2019-01-10 07:51:10 +0000 |
commit | 2dd9efa499afcc007ab0f4e9f6a350f2b8d7fdfc (patch) | |
tree | f7da4a66f8349c6cf0ae25cec77f24692efddb95 /units | |
parent | a9ca90808e0313bf2bb906ccd67a85116780b48b (diff) | |
parent | 7bf9147f5d7ca764a705f18ccdc62886113e6e82 (diff) |
Merge #361499 from ~taihsiangho/plainbox-provider-checkbox:mr-update-xorg-process-testcase
Diffstat (limited to 'units')
-rw-r--r-- | units/graphics/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index 40f7299..a8224ef 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -46,7 +46,7 @@ id: graphics/xorg-process requires: package.name == 'xorg' package.name == 'procps' -command: pgrep -f '/usr/bin/X' >/dev/null +command: pgrep -a -f '/usr/lib/xorg/Xorg' estimated_duration: 0.100 _description: Test that the X process is running. _summary: Test that the X process is running. |