Skip to content

Commit

Permalink
Create test postgres database with UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 23, 2017
1 parent 669f4aa commit de6cc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata/provider/testdata_pg.sh
Expand Up @@ -12,7 +12,7 @@ SCRIPTS="
"

dropdb qgis_test 2> /dev/null || true
createdb qgis_test || exit 1
createdb qgis_test -E UTF8 -T template0 || exit 1
for f in ${SCRIPTS}; do
psql -q --echo-errors -f $f qgis_test -v ON_ERROR_STOP=1
done

0 comments on commit de6cc8d

Please sign in to comment.