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:
Peter Hutterer 2018-07-19 15:34:25 +10:00
parent 23d5f2a590
commit 33bbc4f645

View file

@ -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: