one could use start-command / end-command but optional rebot call would still be executed via executable
automatic RobotStackTrace would not be added if start-command / end-command was used.
Optional --sysexecutable could be removed and functionality of current change be made a sole calling mechanism since existing code is already importing robot to determine version. This sort of makes assumption that pabot and robot are installed in under same python interpreter and usage of executable wrappers is purely optional ?
Fixes #578
Rationale for this change:
Optional --sysexecutable could be removed and functionality of current change be made a sole calling mechanism since existing code is already importing robot to determine version. This sort of makes assumption that pabot and robot are installed in under same python interpreter and usage of executable wrappers is purely optional ?