File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,16 @@ if [ $# -gt 0 ] ; then
2929fi
3030if ! python2.7 test/rules/src/https_everywhere_checker/check_rules.py \
3131 test/rules/coverage.checker.config; then
32- echo " Ruleset test coverage was insufficient."
33- echo " "
34- echo " Under the new ruleset testing rules (February 2015), any modified ruleset"
35- echo " must have sufficient test coverage. You can often improve test coverage by"
36- echo " adding <test url='...' /> tags, or by restructuring the rule to avoid"
37- echo " wildcard <target> tags. See these documents:"
38- echo " https://github.com/EFForg/https-everywhere/blob/master/ruleset-testing.md"
39- echo " https://github.com/EFForg/https-everywhere/blob/master/ruleset-style.md"
32+ cat << EOF
33+ Ruleset test coverage was insufficient.
34+
35+ Under the new ruleset testing rules (February 2015), any modified ruleset
36+ must have sufficient test coverage. You can often improve test coverage by
37+ adding <test url='...' /> tags, or by restructuring the rule to avoid
38+ wildcard <target> tags. See these documents:
39+ https://github.com/EFForg/https-everywhere/blob/master/ruleset-testing.md
40+ https://github.com/EFForg/https-everywhere/blob/master/ruleset-style.md
41+ EOF
4042 exit 1
4143else
4244 exit 0
You can’t perform that action at this time.
0 commit comments