testlib selftest: include 'keyboard' test in generate_expected_output.py

Change-Id: Ia1d759454b2931ca838942cf9b08f8b62dfd61ce
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
bb10
Tor Arne Vestbø 2020-07-22 14:43:23 +02:00
parent e5761061f2
commit 81d83d5672
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ TESTS = ['assert', 'badxml', 'benchlibcallgrind', 'benchlibcounting',
'signaldumper', 'silent', 'singleskip', 'skip', 'skipcleanup',
'skipinit', 'skipinitdata', 'sleep', 'strcmp', 'subtest', 'testlib',
'tuplediagnostics', 'verbose1', 'verbose2', 'verifyexceptionthrown',
'warnings', 'watchdog', 'xunit']
'warnings', 'watchdog', 'xunit', 'keyboard']
class Fail (Exception): pass