← Back to team overview

sikuli-driver team mailing list archive

[Bug 1076372] Re: [request] improvement for run command

 

Thanks for contribution.

I already fixed this with version 1.0.1, since I needed it myself
internally ;-)

The run() now handles parameters with enclosing apostrophes correctly,
as well as the usage of \<space> and returns:

<stdout line1>
<stdout line2>
<stdout line3>
...
*** error ***
<stderr line1>
<stderr line1>
<stderr line1>
...
<stderr exception message>

the error part is only appended if the err pipe has some content or the
command execution forces an exception.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1076372

Title:
  [request] improvement for run command

Status in Sikuli:
  In Progress

Bug description:
  In GUI mode the run(command) should show the console window.

  In CLI mode the run(command) could optionally show the console window.

  Either way, it should check the exit code and either return it or
  fail.

  Without such improvement, it's just like submodule.call()

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1076372/+subscriptions


References