mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run: make gem5-shell work even when not on cwd
This commit is contained in:
2
run
2
run
@@ -723,7 +723,7 @@ Extra options to append at the end of the emulator command line.
|
||||
tmux_args = '--run-id {}'.format(self.env['run_id'])
|
||||
if self.env['tmux_program'] == 'shell':
|
||||
if self.env['emulator'] == 'gem5':
|
||||
tmux_cmd = './gem5-shell'
|
||||
tmux_cmd = os.path.join(self.env['root_dir'], 'gem5-shell')
|
||||
else:
|
||||
raise Exception('--tmux-program is only supported in gem5 currently.')
|
||||
elif self.env['tmux_program'] == 'gdb':
|
||||
|
||||
Reference in New Issue
Block a user