~yrke/opaal/timedart-vars

« back to all changes in this revision

Viewing changes to tests/run_tests.sh

  • Committer: Mads Chr. Olesen
  • Date: 2011-03-08 11:38:06 UTC
  • Revision ID: launchpad@shiyee.dk-20110308113806-u9pndawanscp62sx
no branch coverage (for now)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
python-coverage -e
8
8
for i in `ls test_*.py`; do
9
 
    python-coverage run --branch -a $i $*
 
9
    python-coverage run -a $i $*
10
10
done
11
11
 
12
12
python-coverage report -i --omit=/usr/share