Commit f9abdcc6 authored by Benjamin Tissoires's avatar Benjamin Tissoires

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

According to commit 01d6c48a ("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.orgSigned-off-by: default avatarBenjamin Tissoires <bentiss@kernel.org>
parent 0e382fa7
...@@ -79,6 +79,7 @@ recompile_kernel() ...@@ -79,6 +79,7 @@ recompile_kernel()
cd "${kernel_checkout}" cd "${kernel_checkout}"
${make_command} olddefconfig ${make_command} olddefconfig
${make_command} headers
${make_command} ${make_command}
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment