Merge lp:~cypressyew/checkbox/fix-redirection into lp:checkbox

Proposed by Po-Hsu Lin
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 3728
Merged at revision: 3728
Proposed branch: lp:~cypressyew/checkbox/fix-redirection
Merge into: lp:checkbox
Diff against target: 34 lines (+3/-3)
2 files modified
providers/plainbox-provider-checkbox/jobs/graphics-legacy.txt.in (+1/-1)
providers/plainbox-provider-checkbox/jobs/graphics.txt.in (+2/-2)
To merge this branch: bzr merge lp:~cypressyew/checkbox/fix-redirection
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+257612@code.launchpad.net

Description of the change

Fixes the redirection for unity and compiz check job.

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'providers/plainbox-provider-checkbox/jobs/graphics-legacy.txt.in'
2--- providers/plainbox-provider-checkbox/jobs/graphics-legacy.txt.in 2015-04-16 14:23:08 +0000
3+++ providers/plainbox-provider-checkbox/jobs/graphics-legacy.txt.in 2015-04-28 07:00:10 +0000
4@@ -152,7 +152,7 @@
5 plugin: shell
6 id: graphics/unity-support
7 requires: package.name == 'nux-tools'
8-command: ! /usr/lib/nux/unity_support_test -p 2&>1 | ansi_parser | grep -e ":\(\s\+\)no$" -ie "error"
9+command: ! /usr/lib/nux/unity_support_test -p 2>&1 | ansi_parser | grep -e ":\(\s\+\)no$" -ie "error"
10 estimated_duration: 0.131
11 _description: Check that hardware is able to run Unity 3D
12 _summary: Test Unity 3D support
13
14=== modified file 'providers/plainbox-provider-checkbox/jobs/graphics.txt.in'
15--- providers/plainbox-provider-checkbox/jobs/graphics.txt.in 2015-04-27 09:46:56 +0000
16+++ providers/plainbox-provider-checkbox/jobs/graphics.txt.in 2015-04-28 07:00:10 +0000
17@@ -307,7 +307,7 @@
18 plugin: shell
19 id: graphics/`echo ${index}`_compiz_check_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`
20 requires: package.name == 'nux-tools'
21- command: ! /usr/lib/nux/unity_support_test -c -p 2&>1 | ansi_parser | grep -e ":\(\s\+\)no$" -ie "error"
22+ command: ! /usr/lib/nux/unity_support_test -c -p 2>&1 | ansi_parser | grep -e ":\(\s\+\)no$" -ie "error"
23 estimated_duration: 0.130
24 _description: Check that $product hardware is able to run compiz
25 _summary: Test Compiz support for $product
26@@ -323,7 +323,7 @@
27 plugin: shell
28 id: graphics/`echo ${index}`_unity_support_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`
29 requires: package.name == 'nux-tools'
30- command: ! /usr/lib/nux/unity_support_test -p 2&>1 | ansi_parser | grep -e ":\(\s\+\)no$" -ie "error"
31+ command: ! /usr/lib/nux/unity_support_test -p 2>&1 | ansi_parser | grep -e ":\(\s\+\)no$" -ie "error"
32 estimated_duration: 0.131
33 _description: Check that $product hardware is able to run Unity 3D
34 _summary: Test Unity 3D support for $product

Subscribers

People subscribed via source and target branches