Skip to content
Snippets Groups Projects
Commit 8c902431 authored by Mark Haines's avatar Mark Haines
Browse files

Set the port when running sytest under postgresql

parent a33c0748
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ done
if test $RUN_POSTGRES = ":$(($PORT_BASE + 1)):$(($PORT_BASE + 2))"; then
echo >&2 "Running sytest with PostgreSQL";
pip install psycopg2
./run-tests.pl -O tap --synapse-directory .. --all > results.tap
./run-tests.pl -O tap --synapse-directory .. --all --port-base $PORT_BASE > results.tap
else
echo >&2 "Skipping running sytest with PostgreSQL, $RUN_POSTGRES"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment