test: xkeyboard-config: add missing variant tests Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
diff --git a/test/xkeyboard-config-test.py.in b/test/xkeyboard-config-test.py.in
index fbc4784..9241ee2 100755
--- a/test/xkeyboard-config-test.py.in
+++ b/test/xkeyboard-config-test.py.in
@@ -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))