Message ID | 20110809130315.20255.65257.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'abrek/dashboard.py' --- abrek/dashboard.py 2011-07-26 17:16:42 +0000 +++ abrek/dashboard.py 2011-08-09 09:35:19 +0000 @@ -193,7 +193,7 @@ fmt, bundle = DocumentIO.loads(bundle_text) test = testloader(bundle['test_runs'][0]['test_id']) test.parse(result) - bundle['test_runs'][0]["test_results"] = test.parser.results["test_results"] + bundle['test_runs'][0].update(test.parser.results) bundle['test_runs'][0]["attachments"] = [ { "pathname": "testoutput.log",