summary refs log tree commit diff
path: root/jenkins-sqlite.sh
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-03-09 00:06:57 +0000
committerRichard van der Hoff <richard@matrix.org>2016-03-09 00:06:57 +0000
commit4814e7c9b2b9cc14d2890483747bcb1655579ec5 (patch)
tree191faee04e984704daf8ede4922fdc809781c202 /jenkins-sqlite.sh
parentOnly build py27 tox env for integ tests (diff)
downloadsynapse-4814e7c9b2b9cc14d2890483747bcb1655579ec5.tar.xz
Specify synapse-directory for integ tests
Diffstat (limited to 'jenkins-sqlite.sh')
-rwxr-xr-xjenkins-sqlite.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh
index 9e474aa9f6..ff6664276d 100755
--- a/jenkins-sqlite.sh
+++ b/jenkins-sqlite.sh
@@ -40,7 +40,9 @@ cd sytest
 git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling back to develop" ; git checkout develop)
 
 : ${PORT_BASE:=8500}
-./jenkins/install_and_run.sh --python $TOX_BIN/python --port-base $PORT_BASE
+./jenkins/install_and_run.sh --python $TOX_BIN/python \
+                             --synapse-directory $WORKSPACE \
+                             --port-base $PORT_BASE
 
 cd ..
 cp sytest/.coverage.* .