Status: Accepted
Owner: pekka.klarck
Labels: Type-Enhancement Target-2.1 Priority-Low

New issue 282 by pekka.klarck: Deprecate 'return_mode' argument of 'Run' keyword
http://code.google.com/p/robotframework/issues/detail?id=282

'Run' keyword from OperatingSystem library accepts 'return_mode' argument
which it uses to decide should output (default), RC or both be returned.
This argument is pretty useless because there are also special keywords
'Run And Return RC' and 'Run And Return RC And Output'.

Another, and more important, reason for deprecating 'return_mode' is that
it allows as to change the signature of 'Run' so that it takes the command
to execute and arguments to execute it with separately. This would make it
possible to escape possible spaces in commands which are causing a lot of
problems especially on Windows.

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