Commit 0609073ce05ca830decf0acd9f2d76cb74648053

Peter Hutterer 2019-11-01T11:09:16

test: xkeyboard-config: add missing variant tests Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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))