Merge lp:~sylvain-pineau/checkbox/bug1053033 into lp:checkbox

Proposed by Sylvain Pineau
Status: Merged
Merged at revision: 1685
Proposed branch: lp:~sylvain-pineau/checkbox/bug1053033
Merge into: lp:checkbox
Diff against target: 57 lines (+9/-5)
4 files modified
debian/changelog (+4/-1)
jobs/rendercheck.txt.in (+3/-4)
po/POTFILES.in (+1/-0)
setup.cfg (+1/-0)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/bug1053033
Reviewer Review Type Date Requested Status
Marc Tardif (community) Approve
Review via email: mp+125296@code.launchpad.net

Description of the change

This MR fixed the rendercheck suites by adding the relevant files to setup.cfg and POTFILES.in and by moving the rendercheck/tarball job into an attachment.

To post a comment you must log in.
Revision history for this message
Marc Tardif (cr3) wrote :

The rendercheck scripts are not used in Ubuntu Friendly, so I marked your changelog entry with [FEATURE] so that it's not accidently ported downstream to Ubuntu. There's really no reason to incur string changes that won't be used anyways.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-09-19 14:35:12 +0000
+++ debian/changelog 2012-09-19 18:21:10 +0000
@@ -102,7 +102,10 @@
102 Exit with proper error message if rendercheck is not installed.102 Exit with proper error message if rendercheck is not installed.
103 (LP: #1048262)103 (LP: #1048262)
104 * [FEATURE] jobs/suspend.txt.in: Add usb wakeup tests (mouse and keyboard).104 * [FEATURE] jobs/suspend.txt.in: Add usb wakeup tests (mouse and keyboard).
105 * setup.py, qt/checkbox-qt.ui: Removed the old UI design file (LP: #1049912) 105 * setup.py, qt/checkbox-qt.ui: Removed the old UI design file (LP: #1049912)
106 * jobs/rendercheck.txt.in, po/POTFILES.in, setup.cfg: Fixed the rendercheck
107 tests, added the suite file to setup.cfg/POTFILES.in and moved the
108 rendercheck/tarball job into an attachment (LP #1053033)
106109
107 [Zygmunt Krynicki]110 [Zygmunt Krynicki]
108 * Fixed simple duplicate 'the' mistakes (LP: #1040022)111 * Fixed simple duplicate 'the' mistakes (LP: #1040022)
109112
=== modified file 'jobs/rendercheck.txt.in'
--- jobs/rendercheck.txt.in 2012-08-25 16:47:04 +0000
+++ jobs/rendercheck.txt.in 2012-09-19 18:21:10 +0000
@@ -6,9 +6,8 @@
6_description:6_description:
7 Runs all of the rendercheck test suites. This test can take a few minutes.7 Runs all of the rendercheck test suites. This test can take a few minutes.
88
9plugin: shell9plugin: attachment
10name: rendercheck/tarball10name: rendercheck/tarball
11requires:
12 package.name == 'x11-apps'
13depends: rendercheck/tests11depends: rendercheck/tests
14command: [ -e $CHECKBOX_DATA/rendercheck-results ] && tar cvfz $CHECKBOX_DATA/rendercheck-results.tar.gz $CHECKBOX_DATA/rendercheck-results
15\ No newline at end of file12\ No newline at end of file
13command: [ -e $CHECKBOX_DATA/rendercheck-results ] && tar cvfz $CHECKBOX_DATA/rendercheck-results.tar.gz $CHECKBOX_DATA/rendercheck-results && cat $CHECKBOX_DATA/rendercheck-results.tar.gz
14_description: Attach log from rendercheck tests
1615
=== modified file 'po/POTFILES.in'
--- po/POTFILES.in 2012-08-23 16:55:51 +0000
+++ po/POTFILES.in 2012-09-19 18:21:10 +0000
@@ -32,6 +32,7 @@
32[type: gettext/rfc822deb] jobs/pcmcia-pcix.txt.in32[type: gettext/rfc822deb] jobs/pcmcia-pcix.txt.in
33[type: gettext/rfc822deb] jobs/peripheral.txt.in33[type: gettext/rfc822deb] jobs/peripheral.txt.in
34[type: gettext/rfc822deb] jobs/power-management.txt.in34[type: gettext/rfc822deb] jobs/power-management.txt.in
35[type: gettext/rfc822deb] jobs/rendercheck.txt.in
35[type: gettext/rfc822deb] jobs/resource.txt.in36[type: gettext/rfc822deb] jobs/resource.txt.in
36[type: gettext/rfc822deb] jobs/server-services.txt.in37[type: gettext/rfc822deb] jobs/server-services.txt.in
37[type: gettext/rfc822deb] jobs/smoke.txt.in38[type: gettext/rfc822deb] jobs/smoke.txt.in
3839
=== modified file 'setup.cfg'
--- setup.cfg 2012-08-22 14:24:59 +0000
+++ setup.cfg 2012-09-19 18:21:10 +0000
@@ -38,6 +38,7 @@
38 "jobs/pcmcia-pcix.txt.in",38 "jobs/pcmcia-pcix.txt.in",
39 "jobs/peripheral.txt.in",39 "jobs/peripheral.txt.in",
40 "jobs/power-management.txt.in",40 "jobs/power-management.txt.in",
41 "jobs/rendercheck.txt.in",
41 "jobs/resource.txt.in",42 "jobs/resource.txt.in",
42 "jobs/server-services.txt.in",43 "jobs/server-services.txt.in",
43 "jobs/smoke.txt.in",44 "jobs/smoke.txt.in",

Subscribers

People subscribed via source and target branches