summary refs log tree commit diff
path: root/jenkins-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-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-postgres.sh')
-rwxr-xr-xjenkins-postgres.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh
index f2ca8ccdff..8b38d7418d 100755
--- a/jenkins-postgres.sh
+++ b/jenkins-postgres.sh
@@ -14,4 +14,5 @@ export SYNAPSE_CACHE_FACTOR=1
 ./sytest/jenkins/prep_sytest_for_postgres.sh
 
 ./sytest/jenkins/install_and_run.sh \
+    --python $WORKSPACE/.tox/bin/python \
     --synapse-directory $WORKSPACE \