summaryrefslogtreecommitdiffstats
path: root/dovetail/report.py
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-04-18 06:51:25 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-04-18 06:57:39 -0400
commit9a1f3fc0cc0e6ca9114dff909f5a2ba58a41bf31 (patch)
treeb46dcec02c7ec5c48695f4fd276085c7a86b42ce /dovetail/report.py
parent2ffa3fc85027ef9ac291c6a22bd41bfa2c66ab4c (diff)
put dovetail test result back in log and not generte report file
Change-Id: I2da5e7844f5ce034d4c0cfaa4592e6cd47002049 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'dovetail/report.py')
-rw-r--r--dovetail/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/report.py b/dovetail/report.py
index dc53d307..3dd636c7 100644
--- a/dovetail/report.py
+++ b/dovetail/report.py
@@ -154,7 +154,7 @@ class Report(object):
report_txt += sub_report[key]
cls.logger.info(report_txt)
- cls.save(report_txt)
+ # cls.save(report_txt)
return report_txt
# save to disk as default