Skip to content

Commit

Permalink
Clarify instuctions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Sep 22, 2024
1 parent 3c6d4d2 commit b94400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ tests. To set up your environment for running end-to-end tests, type:
tests/set_up_e2e_env.sh
```

The Postgres tests also require a `postgres_user` user with password `test`. Create this user with `createuser -P postgres_user` and enter `test` as the password when prompted. Then grant the user database creation privileges:
The Postgres-based tests require a `postgres_user` user with password `test`. Create this user with `createuser -P postgres_user` and enter `test` as the password when prompted. Then grant the user database creation privileges:
* On Linux (tested Ubuntu): `sudo -u postgres psql -c "alter user postgres_user createdb;"`
* On macOS: `createuser -s postgres` followed by `psql -U postgres -c "alter user postgres_user createdb;"`

Expand Down

0 comments on commit b94400c

Please sign in to comment.