mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
common: make multi arch actually work for builds
userland: create --static to make build a bit easier Manually forward --dry-run to test-userland.
This commit is contained in:
4
test-gdb
4
test-gdb
@@ -25,7 +25,7 @@ class Main(common.LkmcCliFunction):
|
||||
test_scripts_noext.append(relpath)
|
||||
for test_script_noext in test_scripts_noext:
|
||||
run_thread = threading.Thread(target=lambda: run(
|
||||
arch=arch,
|
||||
archs=[arch],
|
||||
background=True,
|
||||
baremetal=test_script_noext,
|
||||
emulator=emulator,
|
||||
@@ -33,7 +33,7 @@ class Main(common.LkmcCliFunction):
|
||||
))
|
||||
run_thread.start()
|
||||
run_gdb(
|
||||
arch=arch,
|
||||
archs=[arch],
|
||||
baremetal=test_script_noext,
|
||||
emulator=emulator,
|
||||
test=True,
|
||||
|
||||
Reference in New Issue
Block a user