Skip to content

Commit

Permalink
More debug for [travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 23, 2020
1 parent 5cd1c6d commit c58f7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata/provider/testdata_pg.sh
Expand Up @@ -20,7 +20,7 @@ dropdb --if-exists $DB
createdb $DB -E UTF8 -T template0 || exit 1
for f in ${SCRIPTS}; do
echo "Restoring $f"
psql -q --echo-errors -c "SET client_min_messages TO WARNING;" -f $f $DB -v ON_ERROR_STOP=1 || exit 1
psql -q -tA --echo-errors -c "SET client_min_messages TO debug5;" -f $f $DB -v ON_ERROR_STOP=1 || exit 1
done

# Test existence of qgis_test service, and recommend how to set it up
Expand Down

0 comments on commit c58f7f4

Please sign in to comment.