Skip to content
Success

Changes

Summary

  1. testenv: Log return code of unexpected end of process (details)
Commit bda800f030d59d29cbb643a9a9d47e4f4ad5e999 by Pau Espin Pedrol
testenv: Log return code of unexpected end of process

This providing further information, for instance if the process actually
exited due to a signal (rc < 0) or due to exiting on its own (rc >= 0).

While at it, rewrite the log line since a process exiting doesn't
necessarily mean it crashed.

Change-Id: I7bbee6ad8e114eeb1ef348184158230b53d0f3cf
The file was modified_testenv/testenv/daemons.py