Merge lp:~brian.curtin/ubuntu-sso-client/correct-subprocess-args into lp:ubuntu-sso-client
| Status: | Merged |
|---|---|
| Approved by: | Brian Curtin on 2012-10-16 |
| Approved revision: | 1011 |
| Merged at revision: | 1007 |
| Proposed branch: | lp:~brian.curtin/ubuntu-sso-client/correct-subprocess-args |
| Merge into: | lp:ubuntu-sso-client |
| Diff against target: |
79 lines (+6/-29) 3 files modified
ubuntu_sso/utils/__init__.py (+6/-3) ubuntu_sso/utils/runner/qt.py (+0/-7) ubuntu_sso/utils/runner/tests/test_qt.py (+0/-19) |
| To merge this branch: | bzr merge lp:~brian.curtin/ubuntu-sso-client/correct-subprocess-args |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| dobey (community) | Approve on 2012-10-16 | ||
| Mike McCracken (community) | 2012-10-12 | Approve on 2012-10-16 | |
|
Review via email:
|
|||
Commit Message
- Remove an extra insertion of "python" to command line arguments on Windows.
Description of the Change
Remove an extra inserted "python" argument at the front of a command argument list.
On Windows, we were inserting "python" at the front and then passing the list off to ubuntu_
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~brian.curtin/ubuntu-sso-client/correct-subprocess-args into lp:ubuntu-sso-client failed. Below is the output from the failed tests.
*** Running QT test suite for ubuntu_sso ***
running build
Compiled data/qt/
compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
running build_py
creating build
creating build/lib.
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~brian.curtin/ubuntu-sso-client/correct-subprocess-args into lp:ubuntu-sso-client failed. Below is the output from the failed tests.
*** Running QT test suite for ubuntu_sso ***
running build
Compiled data/qt/
compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
Compiled data/qt/
running build_py
creating build
creating build/lib.
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
creating build/lib.
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
copying ubuntu_
- 1011. By Brian Curtin on 2012-10-16
-
Removed unused sys

On my win7 vm, many tests fail/err, but it's the same proxy related ones as on trunk.
Otherwise, works for me as long as I fix the issue with logging.conf that will be fixed by an upcoming branch, see bug #1067489