Import script from swift to run unittests.
This commit is contained in:
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
|
Reference in New Issue
Block a user