tmux: pretty print the command to be executed

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-21 00:00:00 +00:00
parent 5caf50747c
commit c15c43f0b0

2
run
View File

@@ -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'])