Merge lp:~brendan-donegan/checkbox/bug1157615 into lp:checkbox

Proposed by Brendan Donegan
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 2001
Merged at revision: 2001
Proposed branch: lp:~brendan-donegan/checkbox/bug1157615
Merge into: lp:checkbox
Diff against target: 34 lines (+4/-2)
2 files modified
debian/changelog (+3/-1)
jobs/benchmarks.txt.in (+1/-1)
To merge this branch: bzr merge lp:~brendan-donegan/checkbox/bug1157615
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+154315@code.launchpad.net

Description of the change

Small typo in a job command

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

Could you please add a test case for that.

It should be a file .json file that can be dropped into plainbox/test-data/integration-tests

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 'debian/changelog'
2--- debian/changelog 2013-03-18 18:46:09 +0000
3+++ debian/changelog 2013-03-20 10:28:25 +0000
4@@ -4,6 +4,8 @@
5 * Incremented version number.
6 * data/whitelists/sru.whitelist - remove bluetooth_obex_before_suspend
7 as it is made redundant by browse/get/send (LP: #1155325)
8+ * jobs/benchmarks.txt.in - fix typo in command field of
9+ benchmarks/graphics/globs job (LP: #1157615)
10
11 [Sylvain Pineau]
12 * scripts/udev_resource: Set the decoding error policy to 'ignore' to avoid
13@@ -23,7 +25,7 @@
14 * scripts/virtualization: Added classmethod for generating cloud
15 config data based on ISO in use
16
17- -- Jeff Marcom <jeff.marcom@canonical.com> Mon, 18 Mar 2013 15:04:46 +0000
18+ -- Brendan Donegan <brendan.donegan@canonical.com> Wed, 20 Mar 2013 10:08:23 +0000
19
20 checkbox (0.15.4) raring; urgency=low
21
22
23=== modified file 'jobs/benchmarks.txt.in'
24--- jobs/benchmarks.txt.in 2013-03-13 19:50:28 +0000
25+++ jobs/benchmarks.txt.in 2013-03-20 10:28:25 +0000
26@@ -87,7 +87,7 @@
27 requires:
28 package.name == 'globs'
29 cpuinfo.platform in ("i386", "x86_64")
30-command: globs_test --min-fps=26
31+command: glob_test --min-fps=26
32 _description: Run globs benchmark
33
34 plugin: shell

Subscribers

People subscribed via source and target branches