From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 227EF2B86 for ; Thu, 29 Sep 2016 07:24:06 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 28 Sep 2016 22:24:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,413,1470726000"; d="scan'208";a="1058099452" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga002.jf.intel.com with ESMTP; 28 Sep 2016 22:24:05 -0700 Message-ID: <57ECA615.7080004@intel.com> Date: Thu, 29 Sep 2016 13:26:45 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1475052328-31142-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1475052328-31142-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1 1/3] fix TestSuite coremask on FreeBSD 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, 29 Sep 2016 05:24:07 -0000 Applied. Since these three patches have no dependencies on each other, please not bind them into one patch set. I can merge them separately and you do not need to rework all patches. On 09/28/2016 04:45 PM, xu,gang wrote: > delete space in command in order to implementation copy StDErr to StDput > > Signed-off-by: xu,gang > --- > tests/TestSuite_coremask.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/TestSuite_coremask.py b/tests/TestSuite_coremask.py > index 2458d8f..d93e07a 100644 > --- a/tests/TestSuite_coremask.py > +++ b/tests/TestSuite_coremask.py > @@ -104,7 +104,7 @@ class TestCoremask(TestCase): > Check coremask parsing for more cores than available. > """ > > - command_line = """./%s/app/test -c %s -n %d --log-level 8 2 > &1 |tee out""" > + command_line = """./%s/app/test -c %s -n %d --log-level 8 2>&1 |tee out""" > > # Default big coremask value 128 > big_coremask_size = 128