Merge lp:~cjohnston/ubuntu-ci-services-itself/test_runner-pep8-failure into lp:ubuntu-ci-services-itself

Proposed by Chris Johnston
Status: Merged
Approved by: Evan
Approved revision: 267
Merged at revision: 267
Proposed branch: lp:~cjohnston/ubuntu-ci-services-itself/test_runner-pep8-failure
Merge into: lp:ubuntu-ci-services-itself
Diff against target: 13 lines (+2/-1)
1 file modified
test_runner/tstrun/testbed.py (+2/-1)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-ci-services-itself/test_runner-pep8-failure
Reviewer Review Type Date Requested Status
Evan (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+207855@code.launchpad.net

Commit message

Fix pep8 error so I can merge my code

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:267
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/221/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/221/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Evan (ev) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test_runner/tstrun/testbed.py'
2--- test_runner/tstrun/testbed.py 2014-02-22 16:16:32 +0000
3+++ test_runner/tstrun/testbed.py 2014-02-24 01:46:17 +0000
4@@ -316,7 +316,8 @@
5 # the worker might not have installed this module, so determine the path
6 # and add it, so we can always safely import stuff
7 import sys
8- sys.path.insert(0, os.path.join(os.path.dirname(__file__), '../../ci-utils'))
9+ sys.path.insert(0, os.path.join(
10+ os.path.dirname(__file__), '../../ci-utils'))
11 from ci_utils import dump_stack
12 dump_stack.install_stack_dump_signal()
13 test_bed = test_print_ip()

Subscribers

People subscribed via source and target branches