Skip to content

Commit

Permalink
crossrunner: fix browse url
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow committed Jan 17, 2016
1 parent b696214 commit baa1101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/crossrunner/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def _print_footer(self):
'# 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',
Expand Down

0 comments on commit baa1101

Please sign in to comment.