]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
we need to use fake_ctx.summary when reporting the outcome of a run because it gets... 389/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 10 Dec 2014 14:52:28 +0000 (08:52 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 10 Dec 2014 14:52:28 +0000 (08:52 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/run.py

index aa5f58d1cabc25d2b2e2695fd11dafbddb55c73f..27f0c915101a7083b3baafa9833349f83557e1f4 100644 (file)
@@ -301,4 +301,4 @@ def main(args):
         run_tasks(tasks=config['tasks'], ctx=fake_ctx)
     finally:
         # print to stdout the results and possibly send an email on any errors
-        report_outcome(config, archive, args["summary"], fake_ctx)
+        report_outcome(config, archive, fake_ctx.summary, fake_ctx)