fix tests

This commit is contained in:
John Smith 2022-05-01 11:01:29 -04:00
parent 95aa8352d4
commit a20b42aae1
4 changed files with 29 additions and 4 deletions

View file

@ -52,7 +52,7 @@ def tee(prefix, infile, *files):
def read_until_interface_dial_info(proc, proto):
interface_dial_info_str = b"Interface Dial Info: "
interface_dial_info_str = b"Local Dial Info: "
for ln in iter(proc.stdout.readline, ""):
sys.stdout.buffer.write(ln)
sys.stdout.flush()