[fuchsia] Distinguish exit-by-signal from normal exit in runner scripts.
Negative |Popen.returncode| values indicate that the process was terminated by a signal (e.g. SIGSEGV) under POSIX systems. Check for -ve |returncode| values and report them with a different message text, to make it clearer when things are crashing. Change-Id: I84a3e30d5babea9d630347e10fbd5b21df5f0706 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213539 Auto-Submit: Wez <wez@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#772028}
Showing
Please register or sign in to comment