Author :
Pierre Le Marre
Date :
2024-11-14 19:27:22
Hash :15da5ee8 Message :Improve xkeyboard-config test script
- Refactored to write files within the workers, else we have only one
worker writing, slowly consuming the result queue. In some scenarios
it may even result in out-of-memory as the resulting keymaps piles up.
- Added the option `--compress` to allow compressing keymaps files with
gunzip.
- Use the recently added `--test` option for `xkbcli-compile-keymap`
when we only want to test compilation, not the resulting keymap file.
This speeds up the test suite of `xkeyboard-config`.