Merge lp:~vrruiz/cordova-ubuntu-tests/ap-better-reporting into lp:cordova-ubuntu-tests

Proposed by Víctor R. Ruiz
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 30
Merged at revision: 26
Proposed branch: lp:~vrruiz/cordova-ubuntu-tests/ap-better-reporting
Merge into: lp:cordova-ubuntu-tests
Diff against target: 18 lines (+4/-4)
1 file modified
tests/autopilot/cordova_ubuntu/tests/test_mobilespec.py (+4/-4)
To merge this branch: bzr merge lp:~vrruiz/cordova-ubuntu-tests/ap-better-reporting
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Robert Bruce Park (community) Approve
Review via email: mp+191523@code.launchpad.net

Commit message

Fix indent issue.

Description of the change

Fix indent issue.

To post a comment you must log in.
Revision history for this message
Robert Bruce Park (robru) wrote :

lgtm

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/autopilot/cordova_ubuntu/tests/test_mobilespec.py'
--- tests/autopilot/cordova_ubuntu/tests/test_mobilespec.py 2013-10-16 17:03:11 +0000
+++ tests/autopilot/cordova_ubuntu/tests/test_mobilespec.py 2013-10-16 22:30:00 +0000
@@ -52,10 +52,10 @@
52 try:52 try:
53 while (self.app.process.poll() is None):53 while (self.app.process.poll() is None):
54 # Process still running, sleep a bit54 # Process still running, sleep a bit
55 signal.alarm(0)55 signal.alarm(0)
56 finished = True56 finished = True
57 if (junitxml_file):57 if (junitxml_file):
58 self.assert_junitxml_failures(junitxml_file)58 self.assert_junitxml_failures(junitxml_file)
59 except Alarm:59 except Alarm:
60 # Timeout reached60 # Timeout reached
61 pass61 pass

Subscribers

People subscribed via source and target branches