Files
c7a9cb918297e5f48604fbb67bdab5b972f7c293
swift /.unittests

15 lines
402 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
cover_branches="--cover-branches"
fi
cd $(dirname 0ドル)/test/unit
2010年07月12日 17:03:45 -05:00
rm -f .coverage