mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
./run --tmux works again without --gem5-worktree, was looking for None/m5term
This commit is contained in:
4
run
4
run
@@ -790,8 +790,8 @@ Extra options to append at the end of the emulator command line.
|
|||||||
'-cpu', cpu, LF,
|
'-cpu', cpu, LF,
|
||||||
])
|
])
|
||||||
if self.env['tmux']:
|
if self.env['tmux']:
|
||||||
tmux_args = "--gem5-worktree '{}' --run-id {}".format(
|
tmux_args = "--gem5-build-id '{}' --run-id {}".format(
|
||||||
self.env['gem5_worktree'],
|
self.env['gem5_build_id'],
|
||||||
self.env['run_id']
|
self.env['run_id']
|
||||||
)
|
)
|
||||||
if self.env['tmux_program'] == 'shell':
|
if self.env['tmux_program'] == 'shell':
|
||||||
|
|||||||
Reference in New Issue
Block a user