Author :
Pierre Le Marre
Date :
2025-10-08 20:43:46
Hash :d1cd0d5f Message :test: Fix tools options parsing
a83a482c71719b9c46c499952656372161cc8afb introduced the new tools
`xkbcli-{interactive,dump-keymap}`, along with their corresponding tests.
However, these tools cannot be tested because they hardcode the paths of
the `xkbcli-{interactive,dump-keymap}-{wayland,x11}` tools they call to
the *install* directory, while we need to use those of the *build*
directory.
It seems that it got unnoticed thanks to:
- the special settings in the CI: unset `*DISPLAY` environment variables;
- a local installation of the development version in the developer’
setup.