Skip to content

Commit 92d28fd

Browse files
author
Bibhas
authored
Update runtests.sh
1 parent 5fc964d commit 92d28fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runtests.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
set -e
23
export FLASK_ENV="TESTING"
3-
coverage run `which nosetests`
4-
coverage report
4+
coverage run `which nosetests` "$@"
5+
coverage report -m

0 commit comments

Comments
 (0)