Merge ~sylvain-pineau/plainbox-provider-resource:fwts_executable into plainbox-provider-resource:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 405a97a5dcf7f44421a76726f64cd04faa4ea1de
Merged at revision: ed3f61beb366706e992b5e61ddb7758fa65beb9a
Proposed branch: ~sylvain-pineau/plainbox-provider-resource:fwts_executable
Merge into: plainbox-provider-resource:master
Diff against target: 13 lines (+1/-1)
1 file modified
jobs/resource.pxu (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+345657@code.launchpad.net

Description of the change

small patch to again be more snap-friendly

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/jobs/resource.pxu b/jobs/resource.pxu
2index f223a41..46cb72f 100644
3--- a/jobs/resource.pxu
4+++ b/jobs/resource.pxu
5@@ -334,7 +334,7 @@ command: graphics_card_resource
6 id: fwts
7 estimated_duration: 0.5
8 plugin: resource
9-requires: package.name == "fwts"
10+requires: executable.name == "fwts"
11 _description: Generate an entry for each FWTS test available
12 command:
13 for test in `checkbox-support-fwts_test --list`; do echo "name: $test"; echo ""; done

Subscribers

People subscribed via source and target branches