From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id EDEEB8DB5 for ; Thu, 5 Nov 2015 11:32:03 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 05 Nov 2015 02:32:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,247,1444719600"; d="scan'208";a="678832880" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga003.jf.intel.com with ESMTP; 05 Nov 2015 02:32:02 -0800 From: "xu,huilong" To: dts@dpdk.org Date: Thu, 5 Nov 2015 18:27:32 +0800 Message-Id: <1446719252-9544-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH] fix skip case comments error X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 10:32:04 -0000 Signed-off-by: xu,huilong --- 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