Merging upstream version 1.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
455e66126a
commit
cd1500a24a
19 changed files with 152 additions and 114 deletions
|
@ -105,7 +105,7 @@ def cli():
|
|||
|
||||
child = pexpect.spawn(f"iredis -n 15 --iredisrc {f.name}", timeout=TIMEOUT, env=env)
|
||||
child.logfile_read = open("cli_test.log", "ab")
|
||||
child.expect(["https://iredis.io/issues", "127.0.0.1"])
|
||||
child.expect(["https://github.com/laixintao/iredis/issues", "127.0.0.1"])
|
||||
yield child
|
||||
child.close()
|
||||
|
||||
|
@ -129,7 +129,7 @@ def raw_cli():
|
|||
f"iredis --raw -n 15 --iredisrc {TEST_IREDISRC}", timeout=TIMEOUT
|
||||
)
|
||||
child.logfile_read = open("cli_test.log", "ab")
|
||||
child.expect(["https://iredis.io/issues", "127.0.0.1"])
|
||||
child.expect(["https://github.com/laixintao/iredis/issues", "127.0.0.1"])
|
||||
yield child
|
||||
child.close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue