Import script from swift to run unittests.
This commit is contained in:
parent
1b6db9eb42
commit
cb07a50900
7
.unittests
Executable file
7
.unittests
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
nosetests --exe --with-coverage --cover-package swiftclient --cover-erase $@
|
||||
rvalue=$?
|
||||
rm -f .coverage
|
||||
exit $rvalue
|
Loading…
x
Reference in New Issue
Block a user