From 4e2f83ad509e5d63efd00e6127394bb5db7c4bb2 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Wed, 6 Nov 2024 13:39:12 +0700 Subject: [PATCH] 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 --- developer/src/kmcmplib/tests/get-test-source.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer/src/kmcmplib/tests/get-test-source.sh b/developer/src/kmcmplib/tests/get-test-source.sh index beebce3aca..aa7d81d492 100755 --- a/developer/src/kmcmplib/tests/get-test-source.sh +++ b/developer/src/kmcmplib/tests/get-test-source.sh @@ -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 \ No newline at end of file