runtest: exit when child process exits.
authorJoel Martin <github@martintribe.org>
Thu, 19 Mar 2015 15:49:36 +0000 (10:49 -0500)
committerJoel Martin <github@martintribe.org>
Thu, 19 Mar 2015 15:49:36 +0000 (10:49 -0500)
commitb020aa3e770fb2e3528bb52f4372c13e039fcae9
treebd2611faf67ca12b129321bcfba6aae30ccf0b20
parent82acd3de8b822b603347afbdd02bfb69dc72f2b0
runtest: exit when child process exits.

Fixes: https://github.com/kanaka/mal/issues/40

- Simplify exception handling by combining keyboard exception into
  other exception handler. Print out output buffer on all exceptions.
runtest.py