Skip to content

Commit 38d905f

Browse files
committedJun 6, 2017
Add a notice about service=qgis_test being used by some tests
1 parent 7af47c2 commit 38d905f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎tests/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,17 @@ To test the postgres provider you will need to have a database available to
5050
which the postgres provider can connect. The server will need to have postgis
5151
support enabled.
5252

53-
By default the test uses the following connection string:
53+
By default the test uses one of the following connection string:
5454

5555
dbname=qgis_test
56+
service=qgis_test
5657

57-
If this does not match your setup you can set the environment variable
58-
`QGIS_PGTEST_DB` to the desired connection string, or you can rely
59-
on standard libpq environment variables to tweak host, port user and
60-
password (PGHOST, PGPORT, PGUSER, PGPASSWORD).
58+
If these do not match your setup you can set the environment variable
59+
`QGIS_PGTEST_DB` to the desired connection string. Note that you can
60+
rely on standard libpq environment variables to tweak host, port user
61+
and password (PGHOST, PGPORT, PGUSER, PGPASSWORD).
6162

62-
Please note that the database needs to be initialized using
63+
Please note that the test database needs to be initialized using
6364
the sql-scripts:
6465

6566
tests/testdata/provider/testdata_pg*.sql

0 commit comments

Comments
 (0)
Please sign in to comment.