在robot框架中使用SSLLibrary在远程机器中创建tmux
会话失败。
尝试过的代码-
Execute Command tmux new -s session01
输出-
20211213 12:33:37.257 : INFO : Executing command 'tmux new -s session01'.
20211213 12:33:37.348 : INFO : Command exited with return code 1.
我能够以以下方式执行-
Execute Command tmux new-session -d -s session_name 'Command To Execute'