projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e382fa
)
selftests: hid: fix vmtests.sh not running make headers
author
Benjamin Tissoires
<bentiss@kernel.org>
Sun, 9 Jul 2023 10:06:56 +0000
(12:06 +0200)
committer
Benjamin Tissoires
<bentiss@kernel.org>
Sun, 9 Jul 2023 10:10:04 +0000
(12:10 +0200)
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>
tools/testing/selftests/hid/vmtest.sh
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/hid/vmtest.sh
b/tools/testing/selftests/hid/vmtest.sh
index 681b906b485325d901c11a1bfda8914c4630aabc..4da48bf6b328a2d1a51bb950ec413940c6bd9720 100755
(executable)
--- a/
tools/testing/selftests/hid/vmtest.sh
+++ b/
tools/testing/selftests/hid/vmtest.sh
@@
-79,6
+79,7
@@
recompile_kernel()
cd "${kernel_checkout}"
${make_command} olddefconfig
+ ${make_command} headers
${make_command}
}