mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
tmux: pretty print the command to be executed
This commit is contained in:
2
run
2
run
@@ -748,7 +748,7 @@ Extra options to append at the end of the emulator command line.
|
||||
os.path.join(self.env['root_dir'], 'tmux-split'),
|
||||
"sleep 2;{} {}".format(tmux_cmd, tmux_args)
|
||||
]
|
||||
self.log_info(tmux_cmd)
|
||||
self.log_info(self.sh.cmd_to_string(tmux_cmd))
|
||||
subprocess.Popen(tmux_cmd)
|
||||
cmd.extend(extra_emulator_args)
|
||||
cmd.extend(self.env['extra_emulator_args'])
|
||||
|
||||
Reference in New Issue
Block a user