diff options
-rw-r--r-- | units/graphics/jobs.pxu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index 9727bc8..6a5b2ca 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -263,7 +263,8 @@ template-resource: graphics_card plugin: shell category_id: com.canonical.plainbox::graphics id: graphics/{index}_gl_support_{product_slug} -command: /usr/lib/nux/unity_support_test -p 2>&1 +command: + "$CHECKBOX_RUNTIME"/usr/lib/nux/unity_support_test -p 2>&1 estimated_duration: 0.131 _description: Check that {vendor} {product} hardware is able to run a desktop session (OpenGL) _summary: Test OpenGL support for {vendor} {product} |