mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Fix import_path circular dependency by splitting it out.
Use import thread_pool instead from, from is evil. Fix poweroff.out path for ./trace-boot.
This commit is contained in:
@@ -14198,11 +14198,12 @@ You should also test that the Internet works:
|
||||
./run --arch x86_64 --kernel-cli '- lkmc_eval="ifup -a;wget -S google.com;poweroff;"'
|
||||
....
|
||||
|
||||
===== test-build-userland
|
||||
===== CLI script tests
|
||||
|
||||
`build-userland` has a wide variety of target selection modes, and it was hard to keep them all working without a test.
|
||||
`build-userland` and `test-user-mode` have a wide variety of target selection modes, and it was hard to keep them all working without some tests:
|
||||
|
||||
So we've created the simple: link:test-build-userland[] to ensure that at least none of the build modes blows up.
|
||||
* link:test-build-userland[]
|
||||
* link:test-test-user-mode[]
|
||||
|
||||
=== Bisection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user