pybot return codes, when the process is not terminated, are always in
range 0-255. From the documentation of subprocess.call at
http://docs.python.org/library/subprocess.html:
"""
Popen.returncode
The child return code, set by poll() and wait() (and indirectly by
communicate()). A None value indicates that the process hasn’t
terminated yet.
A negative value -N indicates that the child was terminated by
signal N (Unix only).
"""
In other words, someone kill the execution with TERM signal.
Cheers,
.peke
--
Agile Tester/Developer/Consultant :: http://eliga.fi
Lead Developer of Robot Framework :: http://robotframework.org