From 8b5f4dcc7f77dcd1c07b14f42de7c5a91052efb3 Mon Sep 17 00:00:00 2001 From: Craig Tiller <craig.tiller@gmail.com> Date: Wed, 26 Aug 2015 08:02:01 -0700 Subject: [PATCH] Fix typo --- tools/run_tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index ba0c8e4141..80854001d3 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -554,7 +554,7 @@ def _start_port_server(port_server_port): ['python', 'tools/run_tests/port_server.py', '-p', '%d' % port_server_port], stderr=subprocess.STDOUT, stdout=port_log) - # ensure port server is + # ensure port server is up waits = 0 while True: if waits > 10: -- GitLab