johnae / spook

Lightweight programmable evented utility based on LuaJIT and ljsyscall
Other
35 stars 0 forks source link

More shell integration tests #41

Closed johnae closed 7 years ago

johnae commented 7 years ago

Test the signal handling behavior (eg. ctrl-c / SIGINT and TERM). Spook should ONLY terminate all children if any are running, otherwise it will self terminate (so ctrl-c, ctrl-c will always terminate spook).