From e6ebffefa0568cdc432679b94856148de40a044f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 29 Nov 2016 16:40:05 -0800 Subject: [PATCH] test_helpers: Cleanup output a bit. --- zerver/lib/test_helpers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zerver/lib/test_helpers.py b/zerver/lib/test_helpers.py index bfb07d18bc..a9247cc06c 100644 --- a/zerver/lib/test_helpers.py +++ b/zerver/lib/test_helpers.py @@ -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:")