Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: hid: fix vmtests.sh not running make headers

According to commit 01d6c48a828b ("Documentation: kselftest:
"make headers" is a prerequisite"), running the kselftests requires
to run "make headers" first.

Do that in "vmtest.sh" as well to fix the HID CI.

Link: https://lore.kernel.org/r/20230709-fix-selftests-v1-1-57d0878114cc@kernel.org
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>

+1
+1
tools/testing/selftests/hid/vmtest.sh
··· 79 79 cd "${kernel_checkout}" 80 80 81 81 ${make_command} olddefconfig 82 + ${make_command} headers 82 83 ${make_command} 83 84 } 84 85