Merge lp:~xnox/ubuntu-test-cases/fix-unity8 into lp:ubuntu-test-cases/touch

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 132
Proposed branch: lp:~xnox/ubuntu-test-cases/fix-unity8
Merge into: lp:ubuntu-test-cases/touch
Diff against target: 11 lines (+1/-0)
1 file modified
utils/target/unlock_screen.py (+1/-0)
To merge this branch: bzr merge lp:~xnox/ubuntu-test-cases/fix-unity8
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+201157@code.launchpad.net

Commit message

Apply matching kill timeout in local unity8.override.

Description of the change

Apply matching kill timeout in local unity8.override.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'utils/target/unlock_screen.py'
--- utils/target/unlock_screen.py 2013-10-04 05:09:19 +0000
+++ utils/target/unlock_screen.py 2014-01-10 10:54:32 +0000
@@ -20,6 +20,7 @@
20 override_file = "~/.config/upstart/unity8.override"20 override_file = "~/.config/upstart/unity8.override"
2121
22 os.system('echo "exec unity8 -testability" > ~/.config/upstart/unity8.override')22 os.system('echo "exec unity8 -testability" > ~/.config/upstart/unity8.override')
23 os.system('echo "kill timeout 30" >> ~/.config/upstart/unity8.override')
2324
24 print "----------------------------------------------------------------------"25 print "----------------------------------------------------------------------"
25 print "Stopping Unity"26 print "Stopping Unity"

Subscribers

People subscribed via source and target branches