commit | ca1b41f08403b229508bc3786a5dd0907db506e4 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Tue Aug 15 07:34:17 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 15 07:34:17 2017 +0000 |
tree | cf46306701182377616e0db3e572982e85e976bc | |
parent | 8538248df9f6a57b3fb47a84d4186c84b4db0808 [diff] | |
parent | 1f1a71af9d1a8d244bf6bfee26a36497bf4fbb89 [diff] |
Merge "Print link to the gradle test results as an annotation."
diff --git a/tools/test.py b/tools/test.py index ba459e7..15ce4ae 100755 --- a/tools/test.py +++ b/tools/test.py
@@ -68,6 +68,7 @@ utils.upload_html_to_cloud_storage(upload_dir, destination) url = 'http://storage.googleapis.com/%s/%s/test/index.html' % (BUCKET, u_dir) print 'Test results available at: %s' % url + print '@@@STEP_LINK@Test failures@%s@@@' % url def Main(): (options, args) = ParseOptions()