Skip to content

Commit d5b6ac2

Browse files
committed
set -e on runtests.sh and turn tests back on :)
1 parent 52a0f3b commit d5b6ac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
2-
#DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
2+
set -e
3+
DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
34
echo "Starting doctests."
45
python postgres/__init__.py
56
python postgres/cursors.py

0 commit comments

Comments
 (0)