Merge "Use a fake coverage module instead of real one."

This commit is contained in:
Jenkins 2013-02-27 00:40:07 +00:00 committed by Gerrit Code Review
commit cbb4d02855

View File

@ -127,10 +127,6 @@ function run_tests {
fi
if [ $coverage -eq 1 ]; then
# Do not test test_coverage_ext when gathering coverage.
if [ "x$testrargs" = "x" ]; then
testrargs="^(?!.*test.*coverage).*$"
fi
TESTRTESTS="$TESTRTESTS --coverage"
else
TESTRTESTS="$TESTRTESTS --slowest"