From 0609073ce05ca830decf0acd9f2d76cb74648053 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 1 Nov 2019 11:09:16 +1000 Subject: test: xkeyboard-config: add missing variant tests Signed-off-by: Peter Hutterer --- test/xkeyboard-config-test.py.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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)) -- cgit v1.2.1