On Fri, Apr 18, 2025 at 07:31:53PM +0200, Miguel Ojeda wrote:
On Fri, Apr 18, 2025 at 6:10 PM Joel Fernandes joelagnelf@nvidia.com wrote:
a rust_doctests_kernel kunit run. Note that kunit wants a clean source tree, so this runs "make mrproper", which might come as a surprise to some users. Should there be a --mrproper parameter to torture.sh to make the user explicitly ask for it?
One may run KUnit without using `kunit.py`, i.e. by enabling the Kconfigs and booting the kernel. Would that help?
Potentially?
Suppose we fired up a guest OS and captured the console output. Is there a way to make that guest OS shut down automatically at the end of the test and to extract the test results?
In the short term, I am good with this the current state of this being default-disabled and those of us wishing to run it regularly adjusting our scripts accordingly.
But, longer term, if there is a better way...
Thanx, Paul