diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-03-09 00:06:57 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-03-09 00:06:57 +0000 |
commit | 4814e7c9b2b9cc14d2890483747bcb1655579ec5 (patch) | |
tree | 191faee04e984704daf8ede4922fdc809781c202 /jenkins-postgres.sh | |
parent | Only build py27 tox env for integ tests (diff) | |
download | synapse-4814e7c9b2b9cc14d2890483747bcb1655579ec5.tar.xz |
Specify synapse-directory for integ tests
Diffstat (limited to 'jenkins-postgres.sh')
-rwxr-xr-x | jenkins-postgres.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh index 14e60482cd..876fabdc71 100755 --- a/jenkins-postgres.sh +++ b/jenkins-postgres.sh @@ -46,7 +46,9 @@ git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling b ./jenkins/prep_sytest_for_postgres.sh echo >&2 "Running sytest with PostgreSQL"; -./jenkins/install_and_run.sh --python $TOX_BIN/python --port-base $PORT_BASE +./jenkins/install_and_run.sh --python $TOX_BIN/python \ + --synapse-directory $WORKSPACE \ + --port-base $PORT_BASE cd .. cp sytest/.coverage.* . |