mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 01:05:00 -04:00
Fix the sytests to use a port-range rather than a port base
This commit is contained in:
parent
05f1a4596a
commit
f7fe0e5f67
3 changed files with 7 additions and 4 deletions
|
@ -70,6 +70,7 @@ cd sytest
|
|||
git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling back to develop" ; git checkout develop)
|
||||
|
||||
: ${PORT_BASE:=8000}
|
||||
: ${PORT_COUNT=20}
|
||||
|
||||
./jenkins/prep_sytest_for_postgres.sh
|
||||
|
||||
|
@ -81,6 +82,6 @@ echo >&2 "Running sytest with PostgreSQL";
|
|||
--dendron $WORKSPACE/dendron/bin/dendron \
|
||||
--pusher \
|
||||
--synchrotron \
|
||||
--port-base $PORT_BASE
|
||||
--port-range ${PORT_BASE}:$((PORT_BASE+PORT_COUNT-1))
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue