chore(developer): skip anii and sil_kmhmu in full test

anii.kmn and sil_kmhmu.kmn both have mismatching case in filename
references for icons. For now, we will disable tests for these two
keyboards, so that tests pass on Linux (which has case-sensitive
filesystem).

Note: the filename case was already addressed in the keyboards repo, so
when we realign to a more recent commit for the test fixtures, we should
be able to include these tests again.

Relates-to: #12623
This commit is contained in:
Marc Durdin 2024-11-06 13:39:12 +07:00
parent 411cd06df7
commit 4e2f83ad50

View file

@ -9,5 +9,6 @@
set -eu
find "$1" -name '*.kmn' | \
grep -E '(release|experimental)/([a-z0-9_]+)/([a-z0-9_]+)/source/\3\.kmn$' | \
grep -v masaram_gondi
grep -vE 'masaram_gondi|anii|sil_kmhmu'
# #12623: exclude masaram_gondi due to #11806
# #12630: exclude anii, sil_kmhmu as ico references have mismatching case