1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

Change port-base in jenkins-sqlite.sh

This commit is contained in:
Erik Johnston 2016-03-03 15:16:19 +00:00
parent 6789b63131
commit 246b8c6e4a

View file

@ -45,7 +45,7 @@ export PERL5LIB PERL_MB_OPT PERL_MM_OPT
./install-deps.pl
: ${PORT_BASE:=9000}
: ${PORT_BASE:=8500}
echo >&2 "Running sytest with SQLite3";
./run-tests.pl --coverage -O tap --synapse-directory $WORKSPACE \