We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6859b59 commit 6c563daCopy full SHA for 6c563da
project/run_tests.sh
@@ -4,4 +4,4 @@ sudo -u postgres service postgresql start
4
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
5
sudo -u postgres psql -U postgres -d postgres -c "alter user asylum createdb;"
6
7
-py.test $*
+py.test -v $*
0 commit comments