diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-12-22 11:40:35 +0000 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-12-22 11:40:35 +0000 |
commit | e525b46f126c61cca4e4eb58ce37c05636392cbd (patch) | |
tree | c6f117710829657a11fc25787530520d589773e4 /jenkins.sh | |
parent | Merge pull request #453 from matrix-org/daniel/avatarurls (diff) | |
parent | Add top level filters for filtering by room id (diff) | |
download | synapse-e525b46f126c61cca4e4eb58ce37c05636392cbd.tar.xz |
Merge pull request #454 from matrix-org/markjh/room_filtering
Add top level filters for filtering by room id Documented by matrix-org/matrix-doc#246
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-x | jenkins.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jenkins.sh b/jenkins.sh index bb0ae361af..e2bb706c7f 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -6,7 +6,6 @@ export PYTHONDONTWRITEBYTECODE=yep export TRIAL_FLAGS="--reporter=subunit" export TOXSUFFIX="| subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml" # Write coverage reports to a separate file for each process -# Include branch coverage export COVERAGE_OPTS="-p" export DUMP_COVERAGE_COMMAND="coverage help" |