Skip to content

Commit 6c563da

Browse files
committed
Run the tests verbosely
1 parent 6859b59 commit 6c563da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sudo -u postgres service postgresql start
44
export PGPASSWORD=asylum; while true; do psql -q asylum -c 'SELECT 1;' 1>/dev/null 2>&1 ; if [ "$?" -ne "0" ]; then echo "Waiting for psql"; sleep 1; else break; fi; done
55
sudo -u postgres psql -U postgres -d postgres -c "alter user asylum createdb;"
66

7-
py.test $*
7+
py.test -v $*

0 commit comments

Comments
 (0)