[dts] [PATCH] fix skip case comments error

Liu, Yong yong.liu at intel.com
Thu Nov 5 14:00:37 CET 2015


Applied. Thanks.

On 11/05/2015 06:27 PM, xu,huilong wrote:
> 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]:



More information about the dts mailing list