Update README.

* README: Update it.
This commit is contained in:
Mathieu Othacehe 2021-03-10 07:48:24 +01:00
parent 50b423c2cd
commit 1d0bfd796e
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 4 additions and 5 deletions

9
README
View File

@ -67,13 +67,12 @@ To use a TCP connection, one can use:
* Run tests
Cuirass tests also require an access to a PostgreSQL database. This database
must be dedicated to testing as its content will be dropped. By default the
the Unix socket at =/var/run/postgresql= is used to connect to the =test_tmp=
database. This can be changed in the (tests common) module.
Cuirass tests also require an access to a PostgreSQL database, provided by the
Ephemeral PostgreSQL package. The =pg_tmp= script needs to be part of the
path before running the usual:
#+BEGIN_EXAMPLE
createdb test_tmp && make check
make check
#+END_EXAMPLE
* Example