Updates:
        Status: Accepted
        Labels: -Priority-Medium Priority-Low

Comment #1 on issue 345 by pekka.klarck: Run keyword doesn't work with batch files having relative paths
http://code.google.com/p/robotframework/issues/detail?id=345

The idea is good but unfortunately it cannot be implemented that easily. The problem is that we have just deprecated `return_mode` argument in RF 2.1 (issue 282) and are planning to remove it in RF 2.2 (issue 358). Adding new arguments to `Run` must thus wait until the version after 2.2. Additionally, os.chdir is not supported on Jython 2.2.

We've been also thinking about implementing a new and more flexible keyword to run processes based on subprocess module and this functionality could be added to it. subprocess is only available in Python/Jython 2.5+ but if we kept old `Run` that wouldn't matter too much. We'll eventually require 2.5+ anyway and Jython 2.5 also
has os.chdir.

--
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

Reply via email to