juju-solutions / matrix

Automatic testing of big software deployments under various failure conditions
Other
8 stars 9 forks source link

Halting matrix w/ Ctrl-C breaks my terminal #58

Closed pengale closed 7 years ago

pengale commented 7 years ago

To reproduce:

1) Run matrix in a Terminal (I'm using the default terminal on Ubuntu Xenial). 2) Ctrl-C to cancel the run. 3) Note that text the the user inputs is no longer displayed (though it will have an effect -- try typing "clear", then hitting [Enter] for a reasonably safe example).

pengale commented 7 years ago

I'm going to close this out as:

a) "q" now works to consistently quite from interactive mode. b) Ctrl-C works fine in non-interactive mode.