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:
Ciro Santilli 六四事件 法轮功
2019-05-12 00:00:02 +00:00
parent 7cf3c20a40
commit 1ab7fbf607
26 changed files with 149 additions and 93 deletions

View File

@@ -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