python-swiftclient/.unittests
2012-05-08 15:18:01 +01:00

8 lines
136 B
Bash
Executable File

#!/bin/bash
set -e
nosetests --exe --with-coverage --cover-package swiftclient --cover-erase $@
rvalue=$?
rm -f .coverage
exit $rvalue