Re: [PATCH libinput] test: call K_OFF when run on the vt

2018-04-06 Thread Peter Hutterer
On Fri, Apr 06, 2018 at 10:55:59AM +0300, Pekka Paalanen wrote: > On Fri, 6 Apr 2018 12:31:45 +1000 > Peter Hutterer wrote: > > > On Thu, Apr 05, 2018 at 12:53:45PM +0300, Pekka Paalanen wrote: > > > On Thu, 5 Apr 2018 15:18:08 +1000 > > > Peter Hutterer wrote: > > > > > > > Slight disadvanta

Re: [PATCH libinput] test: call K_OFF when run on the vt

2018-04-06 Thread Pekka Paalanen
On Fri, 6 Apr 2018 12:31:45 +1000 Peter Hutterer wrote: > On Thu, Apr 05, 2018 at 12:53:45PM +0300, Pekka Paalanen wrote: > > On Thu, 5 Apr 2018 15:18:08 +1000 > > Peter Hutterer wrote: > > > > > Slight disadvantage: this breaks Ctrl+C to cancel the test suite when run > > > from the VT. Stil

Re: [PATCH libinput] test: call K_OFF when run on the vt

2018-04-05 Thread Peter Hutterer
On Thu, Apr 05, 2018 at 12:53:45PM +0300, Pekka Paalanen wrote: > On Thu, 5 Apr 2018 15:18:08 +1000 > Peter Hutterer wrote: > > > Slight disadvantage: this breaks Ctrl+C to cancel the test suite when run > > from the VT. Still potentially better than injecting semi-random events. > > > > Signed-

Re: [PATCH libinput] test: call K_OFF when run on the vt

2018-04-05 Thread Pekka Paalanen
On Thu, 5 Apr 2018 15:18:08 +1000 Peter Hutterer wrote: > Slight disadvantage: this breaks Ctrl+C to cancel the test suite when run > from the VT. Still potentially better than injecting semi-random events. > > Signed-off-by: Peter Hutterer > --- > Pekka noticed this yesterday. This approach is

[PATCH libinput] test: call K_OFF when run on the vt

2018-04-04 Thread Peter Hutterer
Slight disadvantage: this breaks Ctrl+C to cancel the test suite when run from the VT. Still potentially better than injecting semi-random events. Signed-off-by: Peter Hutterer --- Pekka noticed this yesterday. This approach is the simplest solution, allowing the test suite to be run as-is but bu