]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/nolibc: always keep test kernel configuration up to date
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 23 Jan 2025 07:37:41 +0000 (08:37 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 3 Feb 2025 20:02:16 +0000 (21:02 +0100)
commitc1f4a7a84037249d086a4114c0c4332a260e9091
tree920219a33f975765f11330a4bcb081da18ed0201
parentd7d271ec30dd02bb9c695233e7fc04a6c728f467
selftests/nolibc: always keep test kernel configuration up to date

Avoid using a stale test kernel configuration by always synchronizing
it to the current source tree.
kbuild is smart enough to avoid spurious rebuilds.

Shuffle the code around a bit to keep all the commands with side-effects
together.

Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250123-nolibc-config-v2-5-5701c35995d6@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/run-tests.sh