Commit 60c436d1 authored by Jigsaw52's avatar Jigsaw52
Browse files

Attempt to fix test_include.py on TravisCI #25140

parent 0b633b1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ tor_process = subprocess.Popen([tor_path,
if tor_process == None:
    fail('ERROR: running tor failed')

wait_for_log('Opened Control listener on')
wait_for_log('Opened Control listener')

control_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
if control_socket.connect_ex(('127.0.0.1', control_port)):