summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-11-01 11:09:16 +1000
committerRan Benita <ran234@gmail.com>2019-11-01 10:24:03 +0200
commit0609073ce05ca830decf0acd9f2d76cb74648053 (patch)
tree1914698770994ddb02611cb989b0e80173fe6009 /test
parentf4a0f7388275ef949af635cb1c6877e2083388b2 (diff)
downloadxorg-lib-libxkbcommon-0609073ce05ca830decf0acd9f2d76cb74648053.tar.gz
test: xkeyboard-config: add missing variant tests
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rwxr-xr-xtest/xkeyboard-config-test.py.in3
1 files changed, 3 insertions, 0 deletions
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))