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:35 +0000
committerMark Haines <mjark@negativecurvature.net>2015-12-22 11:40:35 +0000
commite525b46f126c61cca4e4eb58ce37c05636392cbd (patch)
treec6f117710829657a11fc25787530520d589773e4 /jenkins.sh
parentMerge pull request #453 from matrix-org/daniel/avatarurls (diff)
parentAdd top level filters for filtering by room id (diff)
downloadsynapse-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-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"