diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-09-01 10:06:21 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-09-01 11:20:37 +0100 |
commit | dff396de0f91e6c1647b865fdb310228aefca2cb (patch) | |
tree | 7ac4221ab3a0ad6f428d5582eb1c420cc2c1c399 /jenkins-sqlite.sh | |
parent | Merge pull request #2416 from matrix-org/rav/prometheus_config (diff) | |
download | synapse-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-x | jenkins-sqlite.sh | 1 |
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 \ |