mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Attempt to fix test_include.py on TravisCI #25140
This commit is contained in:
@@ -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)):
|
||||
|
||||
Reference in New Issue
Block a user