Skip to content

Commit

Permalink
Make the RDM test server a full URL so autolinking tools in terminals…
Browse files Browse the repository at this point in the history
… can use it
  • Loading branch information
peternewman committed Feb 14, 2018
1 parent 3831a5e commit f58b0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rdm/rdm_test_server.py
Expand Up @@ -1041,7 +1041,7 @@ def main():
app = BuildApplication(ola_thread, test_thread)

httpd = make_server('', settings['PORT'], app.HandleRequest)
logging.info('Running RDM Tests Server on %s:%s' %
logging.info('Running RDM Tests Server on http://%s:%s' %
('127.0.0.1', httpd.server_port))

try:
Expand Down

0 comments on commit f58b0b0

Please sign in to comment.