Merge lp:~mikemc/ubuntu-sso-client/fix-1023043-buildout-in-test into lp:ubuntu-sso-client

Proposed by Mike McCracken
Status: Merged
Approved by: dobey
Approved revision: 986
Merged at revision: 985
Proposed branch: lp:~mikemc/ubuntu-sso-client/fix-1023043-buildout-in-test
Merge into: lp:ubuntu-sso-client
Diff against target: 12 lines (+1/-1)
1 file modified
run-mac-tests (+1/-1)
To merge this branch: bzr merge lp:~mikemc/ubuntu-sso-client/fix-1023043-buildout-in-test
Reviewer Review Type Date Requested Status
dobey (community) Approve
Eric Casteleijn (community) Approve
Review via email: mp+114225@code.launchpad.net

Commit message

- use buildout-generated python wrapper to run setup.py in run-mac-tests (LP: #1023043)

Description of the change

- use buildout-generated python wrapper to run setup.py in run-mac-tests (LP: #1023043)

To post a comment you must log in.
Revision history for this message
Eric Casteleijn (thisfred) :
review: Approve
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'run-mac-tests'
2--- run-mac-tests 2012-06-27 19:03:44 +0000
3+++ run-mac-tests 2012-07-10 16:12:28 +0000
4@@ -47,7 +47,7 @@
5 }
6
7 echo "*** Running QT test suite for ""$MODULE"" ***"
8-./setup.py build
9+python ./setup.py build
10 python $u1trial --reactor=qt4 --gui -i "test_linux.py, test_qt.py, test_windows.py, test_glib.py, test_txsecrets.py" "$MODULE"
11 rm -rf _trial_temp
12 rm -rf build

Subscribers

People subscribed via source and target branches