summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-07-29 08:13:14 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-07-29 08:33:26 +1000
commit9b9c5f209433a38c1c2719efa67064503461a722 (patch)
treebedb6121fa8dee690b5d8ad37eb6472a81d0e24e /test
parent03ecaa6b5337a4a34467202c04523c9f5334dbf3 (diff)
downloadxorg-lib-libxkbcommon-9b9c5f209433a38c1c2719efa67064503461a722.tar.gz
test: fix the xkeyboard-config test
'xkbcli compile-keymap' doesn't work unless we ninja install first. But for a test that's to be run from the test directory, that's not a useful option so let's call the binary directly. The script adds the meson builddir to the PATH anyway. 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, 1 insertions, 2 deletions
diff --git a/test/xkeyboard-config-test.py.in b/test/xkeyboard-config-test.py.in
index 3ea4759..ed37d7e 100755
--- a/test/xkeyboard-config-test.py.in
+++ b/test/xkeyboard-config-test.py.in
@@ -41,8 +41,7 @@ def xkbcommontool(rmlvo):
v = rmlvo.get('v', None)
o = rmlvo.get('o', None)
args = [
- 'xkbcli',
- 'compile-keymap',
+ 'xkbcli-compile-keymap', # this is run in the builddir
'--rules', r,
'--model', m,
'--layout', l,