Files
026f7065639cc0f2a3db9de0e7436a9b701ba496
swift /.unittests

19 lines
611 B
Plaintext
Raw Normal View History

2010年07月12日 17:03:45 -05:00
#!/bin/bash
TOP_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('0ドル'))")
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