diff options
author | Erik Johnston <erik@matrix.org> | 2016-03-03 15:02:07 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-03-03 16:26:37 +0000 |
commit | 6789b63131eb36532a0be0aa7a376c1683037afa (patch) | |
tree | 38242b8f52a5ba24d988fc3d52026443a4040b4a /jenkins-sqlite.sh | |
parent | Exclude all jenkins build scripts (diff) | |
download | synapse-6789b63131eb36532a0be0aa7a376c1683037afa.tar.xz |
Use different PORT_BASE
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 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 \ |