Merge lp:~brian.curtin/ubuntuone-client/pythonpath-jenkins into lp:ubuntuone-client

Proposed by Brian Curtin
Status: Merged
Approved by: dobey
Approved revision: 1228
Merged at revision: 1228
Proposed branch: lp:~brian.curtin/ubuntuone-client/pythonpath-jenkins
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
run-tests.bat (+1/-1)
To merge this branch: bzr merge lp:~brian.curtin/ubuntuone-client/pythonpath-jenkins
Reviewer Review Type Date Requested Status
Manuel de la Peña (community) Approve
Review via email: mp+102879@code.launchpad.net

Commit message

- Prepend existing PYTHONPATH so tests work on Jenkins, which sets its own.

Description of the change

Prepend existing PYTHONPATH so tests work on Jenkins, which sets its own.

To post a comment you must log in.
Revision history for this message
Manuel de la Peña (mandel) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'run-tests.bat'
--- run-tests.bat 2012-04-18 17:20:48 +0000
+++ run-tests.bat 2012-04-20 15:11:32 +0000
@@ -29,7 +29,7 @@
2929
30SET PYTHONEXEPATH=""30SET PYTHONEXEPATH=""
3131
32set PYTHONPATH=..\ubuntu-sso-client;.32set PYTHONPATH=%PYTHONPATH%;..\ubuntu-sso-client;.
3333
34ECHO Checking for Python on the path34ECHO Checking for Python on the path
35:: Look for Python from buildout35:: Look for Python from buildout

Subscribers

People subscribed via source and target branches