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

Commit 6916f2e

Browse files
author
David Robertson
committed
Tweak a comment
1 parent 4045f74 commit 6916f2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.ci/scripts/test_synapse_port_db.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env bash
22
#
33
# Test script for 'synapse_port_db'.
4-
# - sets up synapse and deps
4+
# - configures synapse and a postgres server.
55
# - runs the port script on a prepopulated test sqlite db
66
# - also runs it against an new sqlite db
7-
8-
# Expects Synapse to have been already installed with `poetry install -e .[postgres]
7+
#
8+
# Expects Synapse to have been already installed with `poetry install --extras postgres`.
9+
# Expects `poetry` to be available on the `PATH`.
910

1011
set -xe
1112
cd "$(dirname "$0")/../.."

0 commit comments

Comments
 (0)