Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
Added set -e to runtests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibhas committed Jun 14, 2017
1 parent c4ea5db commit 01a7f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
set -e
coverage run `which nosetests`
coverage report

0 comments on commit 01a7f5f

Please sign in to comment.