print cli equivalent for commands called via python cli

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 869e0b2d17
commit b72f75b531
5 changed files with 158 additions and 55 deletions

View File

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