]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/nolibc: split up architecture list in run-tests.sh
authorThomas Weißschuh <linux@weissschuh.net>
Tue, 11 Feb 2025 11:03:52 +0000 (12:03 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 12 Feb 2025 17:57:04 +0000 (18:57 +0100)
commit16681bea9a80080765c98b545ad74c17de2d513c
treecde5b6277e04d54c16ecd528f491721bfca124c3
parent665fa8dea90d9fbc0e7137c7e1315d6f7e15757e
selftests/nolibc: split up architecture list in run-tests.sh

The list is getting overly long and any modifications introduce a lot of
noise and are prone to conflicts. Split the string into a bash array
and break that into multiple lines.

Link: https://lore.kernel.org/r/20250211-nolibc-test-archs-v1-1-8e55aa3369cf@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/run-tests.sh