Skip to content

Commit

Permalink
Make test database setup more quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 4, 2017
1 parent bf24aa5 commit 56b4976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata/provider/testdata_pg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ SCRIPTS="
dropdb qgis_test 2> /dev/null || true
createdb qgis_test || exit 1
for f in ${SCRIPTS}; do
psql -f $f qgis_test --set ON_ERROR_STOP=1 || exit 1
psql -q -f $f qgis_test --set ON_ERROR_STOP=1 || exit 1
done

0 comments on commit 56b4976

Please sign in to comment.