summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-07-25 16:38:43 +0300
committerRan Benita <ran@unusedvar.com>2020-07-25 16:38:43 +0300
commit0df23ea8d7938ce4ecd97329b5ddf67dd86b8a28 (patch)
tree5dd9a067e8a50212586e218a180783d08d793c82 /test
parent608e9361e39fe905f6cb2dc13bfd9a50c1c02310 (diff)
downloadxorg-lib-libxkbcommon-0df23ea8d7938ce4ecd97329b5ddf67dd86b8a28.tar.gz
test/tool-option-parsing: remove --kccgst test, it's private for now
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/tool-option-parsing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tool-option-parsing.py b/test/tool-option-parsing.py
index 764e3f2..98c75a7 100755
--- a/test/tool-option-parsing.py
+++ b/test/tool-option-parsing.py
@@ -179,9 +179,9 @@ def test_xkbcli_too_many_args(xkbcli):
@pytest.mark.parametrize('args', [['--verbose'],
['--rmlvo'],
- ['--kccgst'],
+ # ['--kccgst'],
['--verbose', '--rmlvo'],
- ['--verbose', '--kccgst'],
+ # ['--verbose', '--kccgst'],
])
def test_compile_keymap_args(xkbcli_compile_keymap, args):
xkbcli_compile_keymap.run_command_success(args)