Add potential work-around for expect on macOS.
http://pexpect.readthedocs.io/en/stable/commonissues.html#truncated-output-just-before-child-exits
This commit is contained in:
parent
dae8857d3d
commit
0c7602fb59
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
- name: test chdir
|
||||
expect:
|
||||
command: "pwd"
|
||||
command: "/bin/sh -c 'pwd && sleep 1'"
|
||||
chdir: "{{output_dir}}"
|
||||
responses:
|
||||
foo: bar
|
||||
|
|
Loading…
Reference in a new issue