summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-03 10:38:04 +0100
committerSam James <sam@gentoo.org>2024-09-03 10:40:45 +0100
commit983fe336a7571f822655c25e0785f067de80c64c (patch)
treefa239a66ce48f3efcbe32e3f7c88393024e328dc /eclass/kernel-build.eclass
parentdev-python/pysmi: Bump to 1.5.0 (diff)
downloadgentoo-983fe336a7571f822655c25e0785f067de80c64c.tar.gz
gentoo-983fe336a7571f822655c25e0785f067de80c64c.tar.bz2
gentoo-983fe336a7571f822655c25e0785f067de80c64c.zip
kernel-build.eclass: call ctf_install for tests too
As suggested by Andrew at https://github.com/gentoo/gentoo/pull/38392#discussion_r1741574357. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/kernel-build.eclass')
-rw-r--r--eclass/kernel-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index 1fc86c4a2208..3836bef1276b 100644
--- a/eclass/kernel-build.eclass
+++ b/eclass/kernel-build.eclass
@@ -321,7 +321,7 @@ kernel-build_src_test() {
emake O="${WORKDIR}"/build "${MAKEARGS[@]}" \
INSTALL_MOD_PATH="${T}" INSTALL_MOD_STRIP="${strip_args}" \
- modules_install
+ modules_install ctf_install
kernel-install_test "${KV_FULL}" \
"${WORKDIR}/build/$(dist-kernel_get_image_path)" \