You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2016/01/17 21:07:00 UTC

thrift git commit: crossrunner: fix browse url

Repository: thrift
Updated Branches:
  refs/heads/master b69621437 -> baa110126


crossrunner: fix browse url


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/baa11012
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/baa11012
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/baa11012

Branch: refs/heads/master
Commit: baa110126d48b999dd4dff700e1f26559667487d
Parents: b696214
Author: Roger Meier <ro...@apache.org>
Authored: Sun Jan 17 21:06:44 2016 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Sun Jan 17 21:06:44 2016 +0100

----------------------------------------------------------------------
 test/crossrunner/report.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/baa11012/test/crossrunner/report.py
----------------------------------------------------------------------
diff --git a/test/crossrunner/report.py b/test/crossrunner/report.py
index 7840724..583807f 100644
--- a/test/crossrunner/report.py
+++ b/test/crossrunner/report.py
@@ -295,7 +295,7 @@ class SummaryReporter(TestReporter):
       '# If you use Chrome, run:\n',
       '# \tcd %s\n#\t%s\n' % (self.testdir, self._http_server_command(8001)),
       '# then browse:\n',
-      '# \thttp://localhost:%d/%s\n' % (8001, RESULT_HTML),
+      '# \thttp://localhost:%d/test/%s\n' % (8001, RESULT_HTML),
       'Full log for each test is here:\n',
       '\ttest/log/client_server_protocol_transport_client.log\n',
       '\ttest/log/client_server_protocol_transport_server.log\n',