Merge lp:~dobey/software-center/tests-setup into lp:software-center

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 3300
Merged at revision: 3300
Proposed branch: lp:~dobey/software-center/tests-setup
Merge into: lp:software-center
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/tests-setup
Reviewer Review Type Date Requested Status
Roberto Alsina Approve
Review via email: mp+154952@code.launchpad.net

Commit message

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-22 13:39:40 +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