mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 13:14:53 -04:00
Reinstate coverage checks for integ tests
This commit is contained in:
parent
4814e7c9b2
commit
ce829c2aef
2 changed files with 4 additions and 2 deletions
|
@ -40,7 +40,8 @@ cd sytest
|
|||
git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling back to develop" ; git checkout develop)
|
||||
|
||||
: ${PORT_BASE:=8500}
|
||||
./jenkins/install_and_run.sh --python $TOX_BIN/python \
|
||||
./jenkins/install_and_run.sh --coverage \
|
||||
--python $TOX_BIN/python \
|
||||
--synapse-directory $WORKSPACE \
|
||||
--port-base $PORT_BASE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue