Merge lp:~mikemc/ubuntuone-client/fix-1013268 into lp:ubuntuone-client

Proposed by Mike McCracken on 2012-06-27
Status: Merged
Approved by: Roberto Alsina on 2012-06-27
Approved revision: 1268
Merged at revision: 1268
Proposed branch: lp:~mikemc/ubuntuone-client/fix-1013268
Merge into: lp:ubuntuone-client
Diff against target: 20 lines (+2/-2)
1 file modified
run-mac-tests (+2/-2)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-client/fix-1013268
Reviewer Review Type Date Requested Status
Roberto Alsina (community) 2012-06-27 Approve on 2012-06-27
Review via email: mp+112422@code.launchpad.net

Commit Message

- Ignore linux-only tests in run-mac-tests. (LP: #1013268)

Description of the Change

- Ignore linux-only tests in run-mac-tests. (LP: #1013268)

To post a comment you must log in.
Roberto Alsina (ralsina) :
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-05-16 14:47:14 +0000
3+++ run-mac-tests 2012-06-27 20:07:24 +0000
4@@ -27,7 +27,7 @@
5 # version. If you delete this exception statement from all source
6 # files in the program, then also delete it here.
7
8-PYTHONPATH=../ubuntu-sso-client/:$PYTHONPATH
9+PYTHONPATH=../ubuntu-sso-client/:../ubuntuone-storage-protocol:../ubuntuone-dev-tools:$PYTHONPATH
10
11 set -e
12 if [ $# -ne 0 ]; then
13@@ -42,6 +42,6 @@
14 cp windows/clientdefs.py ubuntuone/clientdefs.py
15 cp windows/logging.conf data/logging.conf
16 # execute the tests with a number of ignored linux only modules
17-python $u1trial --reactor=twisted -i "test_linux.py,test_windows.py" "$MODULE"
18+python $u1trial --reactor=twisted -i "test_linux.py,test_windows.py" -p tests/platform/linux "$MODULE"
19 rm -rf _trial_temp
20 rm -rf build

Subscribers

People subscribed via source and target branches