[dts] [PATCH] fix skip case comments error

Liu, Yong yong.liu at intel.com
Fri Oct 23 07:04:44 CEST 2015


Applied. Thanks.

On 10/23/2015 11:05 AM, xu,huilong wrote:
> Signed-off-by: xu,huilong <huilongx.xu at intel.com>
> ---
>   framework/checkCase.py | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/framework/checkCase.py b/framework/checkCase.py
> index 9e1dca8..6026abe 100644
> --- a/framework/checkCase.py
> +++ b/framework/checkCase.py
> @@ -162,6 +162,8 @@ class check_case_support(check_case_skip):
>                           break
>   
>                   if support_flag is False:
> +                    # empty last skip case comments
> +                    self.comments = ''
>                       if 'message' in support_function_dict:
>                           for i in support_function_dict['message']:
>                               self.comments += '%s,' % rule[i]



More information about the dts mailing list