~gkafka/maus/CkovMC

« back to all changes in this revision

Viewing changes to tests/unit_tests.bash

  • Committer: Chris Rogers
  • Date: 2012-01-18 07:00:25 UTC
  • mfrom: (659.1.7 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20120118070025-tn7e8mg3y93r9a99
Tags: MAUS-v0.1.2
ReleaseĀ 0.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        fi
27
27
    fi
28
28
fi
29
 
nosetests --with-coverage -v build
 
29
# force nosetests here otherwise use easy_install default python - which is 
 
30
# hard coded to whatever easy_install was set up with (not right if we move code)
 
31
# Issue #819
 
32
python ${MAUS_ROOT_DIR}/third_party/install/bin/nosetests --with-coverage -v ${MAUS_ROOT_DIR}/build
30
33
if [ $maus_lcov ]; then
31
34
    if [ $maus_lcov -ne "0" ]; then
32
35
        echo Building lcov output