summary refs log tree commit diff
path: root/jenkins-dendron-haproxy-postgres.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 10:06:21 +0100
commit6e67aaa7f249b196aa0288d713c8265c957cfbd5 (patch)
treef3648fa1d12bb00ed2a20f74afe4dcbd53cd6cc3 /jenkins-dendron-haproxy-postgres.sh
parentMerge pull request #2428 from matrix-org/rav/update_upgrade (diff)
downloadsynapse-6e67aaa7f249b196aa0288d713c8265c957cfbd5.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 'jenkins-dendron-haproxy-postgres.sh')
-rwxr-xr-xjenkins-dendron-haproxy-postgres.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-dendron-haproxy-postgres.sh b/jenkins-dendron-haproxy-postgres.sh
index d64b2d2c9d..2f6544e22c 100755
--- a/jenkins-dendron-haproxy-postgres.sh
+++ b/jenkins-dendron-haproxy-postgres.sh
@@ -17,6 +17,7 @@ export HAPROXY_BIN=/home/haproxy/haproxy-1.6.11/haproxy
 ./sytest/jenkins/prep_sytest_for_postgres.sh
 
 ./sytest/jenkins/install_and_run.sh \
+    --python $WORKSPACE/.tox/bin/python \
     --synapse-directory $WORKSPACE \
     --dendron $WORKSPACE/dendron/bin/dendron \
     --haproxy \