summary refs log tree commit diff
path: root/jenkins-sqlite.sh
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-03-03 15:16:19 +0000
committerErik Johnston <erik@matrix.org>2016-03-03 16:26:38 +0000
commit246b8c6e4a7e2f568e81f994ed2d0662db952732 (patch)
tree01e341e99c08a082eba3b0f1dc6b7210f19b26fc /jenkins-sqlite.sh
parentUse different PORT_BASE (diff)
downloadsynapse-246b8c6e4a7e2f568e81f994ed2d0662db952732.tar.xz
Change port-base in jenkins-sqlite.sh
Diffstat (limited to 'jenkins-sqlite.sh')
-rwxr-xr-xjenkins-sqlite.sh2
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 \