Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
ctiller committed Aug 26, 2015
1 parent abd37fd commit 8b5f4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 8b5f4dc

Please sign in to comment.