Closed yanne closed 10 years ago
Original comment by janne.t....@gmail.com
on Jan 15, 2012.
If you run Execute Command with return mode 'both', like this:
${output}= Execute Command ${command} both Log ${output}
are there any error messages in ${output}?
I suspect that the shell environment in the SSH session is somehow not suitable for 'startlogger'. Can you debug inside 'startlogger', or is it a compiler binary?
Is it possible that 'startlogger' requires starting from a tty? If this is the case, you could try using keyword 'Start Command', which also uses a terminal emulator, whereas 'Execute command' does not.
Original comment by janne.t....@gmail.com
on Jan 15, 2012.
Sorry, instead of 'Start Command', you should use 'Write'.
Original comment by mr.kevin...@gmail.com
on Jan 16, 2012.
Thank you very much Janne! I have not used the Write command and did not know what it was really used for. I was able to resolve the issue. I apologize for posting a question on the issue section too btw.
Original comment by janne.t....@gmail.com
on Jan 16, 2012.
No problem, just as long as you promise to behave in the future :)
Closing this as there's really no issue here.
None
This issue was originally opened at Google Code on Jan 12, 2012.