Updates:
Status: Pending
Comment #1 on issue 41 by [email protected]: Execute Command not
executing or starting an application and or shell script that starts an
application
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=41
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.