]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Catch every exception here, for now.
authorZack Cerza <zack@cerza.org>
Tue, 17 Dec 2013 17:02:30 +0000 (11:02 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 19 Dec 2013 16:29:30 +0000 (10:29 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/queue.py

index 85169337110942fc9ade2787d8f982bb66f95cd0..254a31e752c304b5324a034a0d099d0c99c8d53c 100644 (file)
@@ -225,8 +225,9 @@ def run_with_watchdog(process, job_config):
         try:
             subprocess.Popen(cmd, shell=True).wait()
             log.warn("Reported results via the teuthology-report command")
-        except OSError:
-            log.warn("Tried to run teuthology-report but it wasn't in $PATH")
+        except Exception:
+            log.exception("teuthology-report failed")
+            #log.warn("Tried to run teuthology-report but it wasn't in $PATH")
     else:
         # Let's make sure that paddles knows the job is finished. We don't know
         # the status, but if it was a pass or fail it will have already been