veyron/tools/playground: Stop leaving orphan processes on failure.

We were using log.Fatal on errors, which calls os.Exit(1) without
calling deferred functions.  This CL switches all instances of log.Fatal
to log.Panic, which allows deferred functions to run.

Change-Id: I5941e3042120401ce8abb2d8942082606baf7699
2 files changed
tree: 7fab62303b42dc4b2182239fc82d09d041791916
  1. lib/
  2. profiles/
  3. runtimes/
  4. security/
  5. services/
  6. tools/