Skip to content

Commit f9abdcc

Browse files
author
Benjamin Tissoires
committed
selftests: hid: fix vmtests.sh not running make headers
According to commit 01d6c48 ("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/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 0e382fa commit f9abdcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/hid/vmtest.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ recompile_kernel()
7979
cd "${kernel_checkout}"
8080

8181
${make_command} olddefconfig
82+
${make_command} headers
8283
${make_command}
8384
}
8485

0 commit comments

Comments
 (0)