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

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 53ec9e5c2d4327cd8c1ae81be30eb4ddf0143196
Merged at revision: 48bcd23758d646797ebb23124d8fd34a45aeaa62
Proposed branch: ~sylvain-pineau/plainbox-provider-resource:fix-fwts-resource
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
Maciej Kisielewski Approve
Review via email: mp+335611@code.launchpad.net

Description of the change

Fix the failing fwts resource by calling the checkbox-support console script

To post a comment you must log in.
Revision history for this message
Maciej Kisielewski (kissiel) wrote :

+1

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 f6b1a91..812812e 100644
3--- a/jobs/resource.pxu
4+++ b/jobs/resource.pxu
5@@ -337,7 +337,7 @@ plugin: resource
6 requires: package.name == "fwts"
7 _description: Generate an entry for each FWTS test available
8 command:
9- for test in `fwts_test --list`; do echo "name: $test"; echo ""; done
10+ for test in `checkbox-support-fwts_test --list`; do echo "name: $test"; echo ""; done
11
12 id: mir
13 estimated_duration: 0.5

Subscribers

People subscribed via source and target branches