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:02:07 +0000
committerErik Johnston <erik@matrix.org>2016-03-03 16:26:37 +0000
commit6789b63131eb36532a0be0aa7a376c1683037afa (patch)
tree38242b8f52a5ba24d988fc3d52026443a4040b4a /jenkins-sqlite.sh
parentExclude all jenkins build scripts (diff)
downloadsynapse-6789b63131eb36532a0be0aa7a376c1683037afa.tar.xz
Use different PORT_BASE
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 1e5a1dbaea..20209cf7b6 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:=8000}
+: ${PORT_BASE:=9000}
 
 echo >&2 "Running sytest with SQLite3";
 ./run-tests.pl --coverage -O tap --synapse-directory $WORKSPACE \