Skip to content
Snippets Groups Projects
Commit ce829c2a authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Reinstate coverage checks for integ tests

parent 4814e7c9
Branches
Tags
No related merge requests found
...@@ -46,7 +46,8 @@ git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling b ...@@ -46,7 +46,8 @@ git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling b
./jenkins/prep_sytest_for_postgres.sh ./jenkins/prep_sytest_for_postgres.sh
echo >&2 "Running sytest with PostgreSQL"; echo >&2 "Running sytest with PostgreSQL";
./jenkins/install_and_run.sh --python $TOX_BIN/python \ ./jenkins/install_and_run.sh --coverage \
--python $TOX_BIN/python \
--synapse-directory $WORKSPACE \ --synapse-directory $WORKSPACE \
--port-base $PORT_BASE --port-base $PORT_BASE
......
...@@ -40,7 +40,8 @@ cd sytest ...@@ -40,7 +40,8 @@ cd sytest
git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling back to develop" ; git checkout develop) git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling back to develop" ; git checkout develop)
: ${PORT_BASE:=8500} : ${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 \ --synapse-directory $WORKSPACE \
--port-base $PORT_BASE --port-base $PORT_BASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment