summary refs log tree commit diff
path: root/jenkins-sqlite.sh
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-09-01 10:06:21 +0100
committerRichard van der Hoff <richard@matrix.org>2017-09-01 11:20:37 +0100
commitdff396de0f91e6c1647b865fdb310228aefca2cb (patch)
tree7ac4221ab3a0ad6f428d5582eb1c420cc2c1c399 /jenkins-sqlite.sh
parentMerge pull request #2416 from matrix-org/rav/prometheus_config (diff)
downloadsynapse-dff396de0f91e6c1647b865fdb310228aefca2cb.tar.xz
Set --python when running sytest
.. because I want to make the 'install_and_run' script useful for non-synapse
jobs, which do not accept --python. In any case we set up the path here, so
sytest shouldn't be guessing it.
Diffstat (limited to '')
-rwxr-xr-xjenkins-sqlite.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh
index 84613d979c..baf4713a01 100755
--- a/jenkins-sqlite.sh
+++ b/jenkins-sqlite.sh
@@ -12,4 +12,5 @@ export SYNAPSE_CACHE_FACTOR=1
 ./jenkins/clone.sh sytest https://github.com/matrix-org/sytest.git
 
 ./sytest/jenkins/install_and_run.sh \
+    --python $WORKSPACE/.tox/py27/bin/python \
     --synapse-directory $WORKSPACE \