mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
print cli equivalent for commands called via python cli
This commit is contained in:
@@ -13,8 +13,7 @@ class Main(common.LkmcCliFunction):
|
||||
'hello_cpp.cpp',
|
||||
'print_argv.c',
|
||||
]
|
||||
# for emulator in self.env['emulators']:
|
||||
for emulator in ['gem5']:
|
||||
for emulator in self.env['emulators']:
|
||||
if emulator == 'gem5':
|
||||
extra_args = {
|
||||
'userland_build_id': 'static',
|
||||
|
||||
Reference in New Issue
Block a user