mirror of
https://github.com/yshui/picom.git
synced 2024-11-25 14:06:08 -05:00
ci: test parsing config file in a different locale
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
8176475354
commit
5e0c4d42f8
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ jobs:
|
|||
- run:
|
||||
name: test config file parsing
|
||||
command: xvfb-run -s "-screen 0 640x480x24" build/src/picom --config tests/configs/parsing_test.conf --no-vsync --diagnostics
|
||||
- run:
|
||||
name: test config file parsing in a different locale
|
||||
command: LC_NUMERIC=de_DE.UTF-8 xvfb-run -s "-screen 0 640x480x24" build/src/picom --config tests/configs/parsing_test.conf --no-vsync --diagnostics
|
||||
- run:
|
||||
name: run testsuite
|
||||
command: tests/run_tests.sh build/src/picom
|
||||
|
|
Loading…
Reference in a new issue