Files
506279235d12f1590bd928de51d991b7fb425e6e
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