fix python path in jenkins scripts

This commit is contained in:
Richard van der Hoff 2017-09-01 10:31:45 +01:00
parent 6e67aaa7f2
commit f06ffdb6fa
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +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 \
--python $WORKSPACE/.tox/py27/bin/python \
--synapse-directory $WORKSPACE \
--dendron $WORKSPACE/dendron/bin/dendron \
--haproxy \