test: xkeyboard-config: add missing variant tests

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
master
Peter Hutterer 2019-11-01 11:09:16 +10:00 committed by Ran Benita
parent f4a0f73882
commit 0609073ce0
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ def xkbcomp(rmlvo):
if l is not None:
args.append('-layout')
args.append('{}'.format(l))
if v is not None:
args.append('-variant')
args.append('{}'.format(v))
if o is not None:
args.append('-option')
args.append('{}'.format(o))