Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Tweak a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Apr 7, 2022
1 parent 4045f74 commit 535f768
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/scripts/test_synapse_port_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
# - sets up synapse and deps
# - runs the port script on a prepopulated test sqlite db
# - also runs it against an new sqlite db

# Expects Synapse to have been already installed with `poetry install -e .[postgres]
#
# Expects Synapse to have been already installed with `poetry install --extras postgres`.
# Expects `poetry` to be available on the `PATH`.

set -xe
cd "$(dirname "$0")/../.."
Expand Down

0 comments on commit 535f768

Please sign in to comment.