summary refs log tree commit diff
path: root/jenkins.sh
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2015-12-22 11:40:32 +0000
committerreview.rocks <nobody@review.rocks>2015-12-22 11:40:32 +0000
commitb9b4466d0d50dd4a0b9e6ab7608f7e04d708ba3c (patch)
treec6f117710829657a11fc25787530520d589773e4 /jenkins.sh
parentMerge pull request #453 from matrix-org/daniel/avatarurls (diff)
downloadsynapse-b9b4466d0d50dd4a0b9e6ab7608f7e04d708ba3c.tar.xz
Add top level filters for filtering by room id
Documented by matrix-org/matrix-doc#246
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-xjenkins.sh1
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"