diff options
-rwxr-xr-x | bin/color_depth_info.py (renamed from bin/color_depth_info) | 2 | ||||
-rw-r--r-- | units/graphics/jobs.pxu | 2 | ||||
-rw-r--r-- | units/graphics/legacy.pxu | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/color_depth_info b/bin/color_depth_info.py index 4137193..129f051 100755 --- a/bin/color_depth_info +++ b/bin/color_depth_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# color_depth_info +# color_depth_info.py # # This file is part of Checkbox. # diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index 18dd1df..77c8d40 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -159,7 +159,7 @@ template-resource: graphics_card id: graphics/{index}_color_depth_{product_slug} plugin: shell category_id: com.canonical.plainbox::graphics -command: color_depth_info +command: color_depth_info.py estimated_duration: 0.150 _description: Collect info on color depth and pixel format for {vendor} {product} _summary: Test color depth info for {vendor} {product} diff --git a/units/graphics/legacy.pxu b/units/graphics/legacy.pxu index c7a403b..8fff5d4 100644 --- a/units/graphics/legacy.pxu +++ b/units/graphics/legacy.pxu @@ -102,7 +102,7 @@ _summary: Collect info on graphics modes id: graphics/color_depth plugin: shell category_id: com.canonical.plainbox::graphics -command: color_depth_info +command: color_depth_info.py estimated_duration: 0.150 _description: Collect info on color depth and pixel format. _summary: Collect info on color depth and pixel format. |