crashappsec / cap10

Script, capture and replay terminal sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be able to exepect() on process exit

viega opened this issue · comments

Currently, expect() really only considers what is written to a terminal. When one spawns a command shell, we can do better than that-- we can allow for expect() to wait until the process to exit, and to use the exit code in any decision making.