Status: New Owner: ---- Labels: Type-Enhancement Priority-Medium
New issue 229 by [email protected]: Possibility to avoid sys.exit http://code.google.com/p/robotframework/issues/detail?id=229 We have "a bit" exotic test environment and code is executed with Jython from different java-application. This works fine as long as there isn't any sys.exit -commands at the execution path. The biggest problem is at the file robot/__init__.py where function _exit always calls sys.exit. There should be option which can disable it. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
