mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 20:28:18 +02:00
tools: fix touch frame checks in the YAML verifier script
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
23d5f2a590
commit
33bbc4f645
1 changed files with 1 additions and 0 deletions
|
|
@ -377,6 +377,7 @@ class TestYaml(unittest.TestCase):
|
||||||
self.assertFalse(need_frame)
|
self.assertFalse(need_frame)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
if t == 'TOUCH_FRAME':
|
||||||
self.assertTrue(need_frame)
|
self.assertTrue(need_frame)
|
||||||
need_frame = False
|
need_frame = False
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue