From 438600edbe022ae22200f909b4a344e9d50d7465 Mon Sep 17 00:00:00 2001 From: grakiss Date: Thu, 10 Aug 2017 10:03:13 +0800 Subject: create a tar file for logs JIRA: DOVETAIL-479 User may want to upload all logs along with the results, so others may check the running logs to make sure what' s going on during the test. Change-Id: Ice906264bbdf091d3353d6d2e146653aeb057f5f Signed-off-by: grakiss --- dovetail/report.py | 1 - 1 file changed, 1 deletion(-) (limited to 'dovetail/report.py') diff --git a/dovetail/report.py b/dovetail/report.py index fc707a37..b2bf2270 100644 --- a/dovetail/report.py +++ b/dovetail/report.py @@ -160,7 +160,6 @@ class Report(object): report_txt += sub_report[key] cls.logger.info(report_txt) - cls.save_logs() # cls.save(report_txt) return report_txt -- cgit 1.2.3-korg