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

Proposed by Brendan Donegan
Status: Merged
Merged at revision: 1453
Proposed branch: lp:~brendan-donegan/checkbox/bug1016387_xorg_memory_test
Merge into: lp:checkbox
Diff against target: 25 lines (+3/-1)
2 files modified
debian/changelog (+2/-0)
scripts/xorg_memory_test (+1/-1)
To merge this branch: bzr merge lp:~brendan-donegan/checkbox/bug1016387_xorg_memory_test
Reviewer Review Type Date Requested Status
Marc Tardif (community) Approve
Review via email: mp+111553@code.launchpad.net

Description of the change

Really basic typo probably introduced in the Python3 conversion of this script. args.program was args,program

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

Thanks for catching this early!

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-06-21 19:10:08 +0000
+++ debian/changelog 2012-06-22 07:17:25 +0000
@@ -20,6 +20,8 @@
20 check the return code is success instead (LP: #1013537)20 check the return code is success instead (LP: #1013537)
21 * base64 encode the after suspend screenshot attachement so that it can21 * base64 encode the after suspend screenshot attachement so that it can
22 be uploaded properly (LP: #1016126)22 be uploaded properly (LP: #1016126)
23 * Fixed simple type in xorg_memory_test, introduced by Python3
24 conversion (LP: #1016387)
23 25
2426
25 [Marc Tardif]27 [Marc Tardif]
2628
=== modified file 'scripts/xorg_memory_test'
--- scripts/xorg_memory_test 2012-06-19 18:28:47 +0000
+++ scripts/xorg_memory_test 2012-06-22 07:17:25 +0000
@@ -112,7 +112,7 @@
112 begin_gem_obj = get_gem_objects()112 begin_gem_obj = get_gem_objects()
113113
114 #Open windows and let the system come upto speed114 #Open windows and let the system come upto speed
115 pids = start_processes(args,program, args.processes)115 pids = start_processes(args.program, args.processes)
116 time.sleep(args.sleep)116 time.sleep(args.sleep)
117117
118 #Close windows118 #Close windows

Subscribers

People subscribed via source and target branches