[dts] [PATCH] fix skip case comments error

xu,huilong huilongx.xu at intel.com
Thu Nov 5 11:27:32 CET 2015


Signed-off-by: xu,huilong <huilongx.xu at intel.com>
---
 framework/checkCase.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/checkCase.py b/framework/checkCase.py
index 6026abe..e7b22f1 100644
--- a/framework/checkCase.py
+++ b/framework/checkCase.py
@@ -112,6 +112,7 @@ class check_case_skip():
 
     def case_skip(self, case_name):
         skip_flage = False
+        self.comments = ""
         for rule in filter_case[1:]:
             # check case name
             if case_name == rule[0]:
-- 
1.9.3



More information about the dts mailing list