mirror of https://github.com/zulip/zulip.git
test_helpers: Cleanup output a bit.
This commit is contained in:
parent
4f6a075331
commit
e6ebffefa0
|
@ -338,8 +338,8 @@ def write_instrumentation_reports(full_suite):
|
|||
print(call)
|
||||
|
||||
if full_suite:
|
||||
print('URL coverage report is in %s' % (fn,))
|
||||
print('Try running: ./tools/create-test-api-docs')
|
||||
print('INFO: URL coverage report is in %s' % (fn,))
|
||||
print('INFO: Try running: ./tools/create-test-api-docs')
|
||||
|
||||
if full_suite and len(untested_patterns):
|
||||
print("\nERROR: Some URLs are untested! Here's the list of untested URLs:")
|
||||
|
|
Loading…
Reference in New Issue