mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-02 14:46:12 -04:00
fix tests
This commit is contained in:
parent
95aa8352d4
commit
a20b42aae1
4 changed files with 29 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue