Files
294472464a8dfeab1f680eac78d4dd8c45552395
swift /.unittests

19 lines
612 B
Plaintext
Raw Normal View History

2010年07月12日 17:03:45 -05:00
#!/bin/bash
python -c 'from distutils.version import LooseVersion as Ver; import nose, sys; sys.exit(0 if Ver(nose.__version__) >= Ver("1.2.0") else 1)'
if [ $? != 0 ]; then
cover_branches=""
else
# coverage.
cover_branches="--cover-branches --cover-html --cover-html-dir=$TOP_DIR/cover"
2010年07月12日 17:03:45 -05:00
rm -f .coverage