-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43384/
-----------------------------------------------------------
Review request for mesos, Ben Mahler and Kevin Klues.
Repository: mesos
Description
-------
Two problems:
(1) If the script exited when `current_subprocess` is None, it
would print an ugly exception stack trace.
(2) If starting the Mesos master or agent failed, it would print
an ugly exception stack trace.
Diffs
-----
support/generate-endpoint-help.py 28333847e5603c942f25ec9d9a0429bd676f4541
Diff: https://reviews.apache.org/r/43384/diff/
Testing
-------
Ran the script in error and non-error cases with the changes applied.
Thanks,
Neil Conway