mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 07:00:27 +01: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)
|
||||
continue
|
||||
|
||||
if t == 'TOUCH_FRAME':
|
||||
self.assertTrue(need_frame)
|
||||
need_frame = False
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue