Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 664 by teemuahola7: OperatingSystem.stop_process does not actually stop running process
http://code.google.com/p/robotframework/issues/detail?id=664

If background process is started by OperatingSystem.start_process it is not possible to stop using OperatingSystem.stop_process instead it stays running and only stdout stream is closed.

Expectation is that calling OperatingSystem.stop_process would stop the actual process e.g. sending SIGTERM signal.

Versions:
Robot Framework 2.5.3 (Python 2.6.4 on linux2)
Linux RHEL 5

Reply via email to