Merge lp:~dobey/software-center/update-5-6 into lp:software-center/stable-5-6

Proposed by dobey
Status: Merged
Approved by: Roberto Alsina
Approved revision: 3298
Merged at revision: 3298
Proposed branch: lp:~dobey/software-center/update-5-6
Merge into: lp:software-center/stable-5-6
Diff against target: 16 lines (+2/-0)
1 file modified
run-tests.sh (+2/-0)
To merge this branch: bzr merge lp:~dobey/software-center/update-5-6
Reviewer Review Type Date Requested Status
Roberto Alsina Approve
Review via email: mp+155579@code.launchpad.net

Commit message

[Rodney Dawes]

    Run setup.py build before the tests, and clean after the tests.

To post a comment you must log in.
Revision history for this message
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-tests.sh'
2--- run-tests.sh 2012-12-06 15:40:34 +0000
3+++ run-tests.sh 2013-03-26 18:33:26 +0000
4@@ -23,6 +23,7 @@
5 # coverage erase will not erase the files from --parallel-mode
6 rm -f $TESTS_DIR/.coverage*
7
8+./setup.py build
9 # run with xvfb and coverage
10
11 XVFB_CMDLINE=""
12@@ -104,3 +105,4 @@
13 echo "All OK!"
14 fi
15 fi
16+./setup.py clean

Subscribers

People subscribed via source and target branches