goggle: exit quietly on ^C

(Bitbake rev: bdd10e9b357417774f30cc52e89e3fa83bbbbfc0)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chris Larson
2011-03-07 15:54:29 -07:00
committed by Saul Wold
parent f77efdf544
commit c7301228c0

View File

@@ -105,6 +105,8 @@ def main (server, eventHandler):
# ignore interrupted io
if ioerror.args[0] == 4:
pass
except KeyboardInterrupt:
pass
finally:
server.runCommand(["stateStop"])