mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 14:34:47 -04:00
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.
This commit is contained in:
parent
934ab76835
commit
6e67aaa7f2
4 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue