mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
test-backend: Disable verbose coverage display.
This commit is contained in:
@@ -138,9 +138,9 @@ if __name__ == "__main__":
|
||||
parser.add_option('--coverage', dest='coverage',
|
||||
action="store_true",
|
||||
default=False, help='Compute test coverage.')
|
||||
parser.add_option('--no-verbose-coverage', dest='verbose_coverage',
|
||||
action="store_false",
|
||||
default=True, help='Disable verbose print of coverage report.')
|
||||
parser.add_option('--verbose-coverage', dest='verbose_coverage',
|
||||
action="store_true",
|
||||
default=False, help='Enable verbose print of coverage report.')
|
||||
parser.add_option('--profile', dest='profile',
|
||||
action="store_true",
|
||||
default=False, help='Profile test runtime.')
|
||||
|
||||
@@ -6,7 +6,7 @@ set -e
|
||||
set -x
|
||||
|
||||
./tools/lint-all --pep8 # Include the slow and thus non-default pep8 linter check
|
||||
./tools/test-backend --coverage --no-verbose-coverage
|
||||
./tools/test-backend --coverage
|
||||
./tools/test-migrations
|
||||
./tools/test-run-dev
|
||||
./tools/test-documentation
|
||||
|
||||
Reference in New Issue
Block a user