Re: [PATCH libinput 1/3] test: wait for the uinput_monitor on test devices

2015-07-02 Thread Hans de Goede
Hi, On 02-07-15 09:46, Peter Hutterer wrote: Set up a udev_monitor before each device creation and wait for the monitor to notify us of the newly created device. This should take the place of the various sleep loops we currently have sprinkled around the code and provide a reliability when test

[PATCH libinput 1/3] test: wait for the uinput_monitor on test devices

2015-07-02 Thread Peter Hutterer
Set up a udev_monitor before each device creation and wait for the monitor to notify us of the newly created device. This should take the place of the various sleep loops we currently have sprinkled around the code and provide a reliability when testing. Signed-off-by: Peter Hutterer --- test/l