Yet more print debugging...

TBR=epoger

A little more print debugging

TBR=epoger
BUG=skia:

Review URL: https://codereview.chromium.org/199183003
diff --git a/scripts/run_cmd.py b/scripts/run_cmd.py
index 7bfc3a7..88f5921 100755
--- a/scripts/run_cmd.py
+++ b/scripts/run_cmd.py
@@ -185,6 +185,8 @@
   Returns:
       A dictionary with stdout, stderr, and returncode as keys.
   """
+  print popen.stdout.read()
+  print popen.stderr.read()
   stdout, stderr = popen.communicate()
   return CommandResults.make(stdout=stdout,
                              stderr=stderr,