test_helpers: Cleanup output a bit.

This commit is contained in:
Tim Abbott 2016-11-29 16:40:05 -08:00
parent 4f6a075331
commit e6ebffefa0
1 changed files with 2 additions and 2 deletions

View File

@ -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:")