mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
Merge branch 'raczben:master' into master
This commit is contained in:
commit
6661944883
@ -15,8 +15,8 @@ child.expect('>')
|
|||||||
print(child.before, end='')
|
print(child.before, end='')
|
||||||
print(child.after, end='')
|
print(child.after, end='')
|
||||||
|
|
||||||
# run list directory command
|
# run dir command to list directory contents
|
||||||
child.sendline('ls')
|
child.sendline('dir')
|
||||||
|
|
||||||
# Waiting for prompt
|
# Waiting for prompt
|
||||||
child.expect('>')
|
child.expect('>')
|
||||||
|
Loading…
Reference in New Issue
Block a user