buildman: Don't show a stacktrace on Ctrl-C
authorSimon Glass <sjg@chromium.org>
Sun, 18 Sep 2016 22:48:37 +0000 (16:48 -0600)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commit2f2566482fc5c24557126043394ce82088f60262
treef70db51db971c1bbf3a1479dbac6be612109d925
parent63781bd65e70719dbab9f2f5bbe8aac7b8e0f13e
buildman: Don't show a stacktrace on Ctrl-C

When Ctrl-C is pressed, just exited quietly. There is no sense in displaying
a stack trace since buildman will always be in the same place: waiting for
threads to complete building all the jobs on the queue.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py