diff options
author | Erik Johnston <erik@matrix.org> | 2016-03-03 15:16:19 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-03-03 16:26:38 +0000 |
commit | 246b8c6e4a7e2f568e81f994ed2d0662db952732 (patch) | |
tree | 01e341e99c08a082eba3b0f1dc6b7210f19b26fc /jenkins-sqlite.sh | |
parent | Use different PORT_BASE (diff) | |
download | synapse-246b8c6e4a7e2f568e81f994ed2d0662db952732.tar.xz |
Change port-base in jenkins-sqlite.sh
Diffstat (limited to 'jenkins-sqlite.sh')
-rwxr-xr-x | jenkins-sqlite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh index 20209cf7b6..2d98a0af93 100755 --- a/jenkins-sqlite.sh +++ b/jenkins-sqlite.sh @@ -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 \ |