Merge lp:~james-w/python-oops-celery/tarmac-tests into lp:python-oops-celery

Proposed by James Westby
Status: Merged
Approved by: James Westby
Approved revision: 7
Merged at revision: 7
Proposed branch: lp:~james-w/python-oops-celery/tarmac-tests
Merge into: lp:python-oops-celery
Diff against target: 14 lines (+9/-0)
1 file modified
tarmac_tests.sh (+9/-0)
To merge this branch: bzr merge lp:~james-w/python-oops-celery/tarmac-tests
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+94621@code.launchpad.net

Commit message

Enable the tests in tarmac.

Description of the change

Hi,

A small branch to have tarmac run the tests.

Thanks,

James

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

I'm going to self-approve this one.

Thanks,

James

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tarmac_tests.sh'
2--- tarmac_tests.sh 2012-01-26 19:24:25 +0000
3+++ tarmac_tests.sh 2012-02-24 21:17:18 +0000
4@@ -1,1 +1,10 @@
5 #!/bin/sh
6+
7+set -e
8+
9+rm -fr virtualenv
10+virtualenv --no-site-packages virtualenv > log
11+. virtualenv/bin/activate >> log
12+python setup.py develop >> log
13+pip install testtools
14+python -m testtools.run oops_celery.tests.test_suite

Subscribers

People subscribed via source and target branches