start_devserver: do not forward kill signal to devserver

This is a slight modification to a previous fix, in which
start_devserver would catch various signals and forward them (kill) to
the underlying devserver. Apparently, SIGINT is being ignored by the
Python interpreter, leaving an orphaned child process running. Instead,
we just kill with the default signal (SIGTERM).

BUG=None
TEST=devserver dies properly with Ctrl-C

Change-Id: I88c83512b119e7cc66e632083aa1fc5ae27221dc
Reviewed-on: https://gerrit.chromium.org/gerrit/32107
Reviewed-by: Darin Petkov <petkov@chromium.org>
Commit-Ready: Gilad Arnold <garnold@chromium.org>
Tested-by: Gilad Arnold <garnold@chromium.org>
1 file changed