mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
run: add --quit-after-boot, handle rdinit= vs init= there
This commit is contained in:
@@ -48,7 +48,7 @@ See ./test --help for --size.
|
||||
self.run = self.import_path_main('run')
|
||||
self.common_args = self.get_common_args()
|
||||
self.common_args['ctrl_c_host'] = True
|
||||
self.common_args['kernel_cli'] = self.env['quit_init']
|
||||
self.common_args['quit_after_boot'] = True
|
||||
if (self.env['emulator'] == 'qemu' or
|
||||
(self.env['emulator'] == 'gem5' and self.env['size'] >= 2)):
|
||||
self._bench()
|
||||
|
||||
Reference in New Issue
Block a user