From 9b9c5f209433a38c1c2719efa67064503461a722 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 29 Jul 2020 08:13:14 +1000 Subject: 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 --- test/xkeyboard-config-test.py.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') 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, -- cgit v1.2.1