From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4DB81532C for ; Wed, 21 Sep 2016 09:48:43 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 21 Sep 2016 00:48:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,372,1470726000"; d="scan'208";a="11550444" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga006.fm.intel.com with ESMTP; 21 Sep 2016 00:48:36 -0700 Message-ID: <57E23C15.90703@intel.com> Date: Wed, 21 Sep 2016 15:51:49 +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: <1474442404-24219-1-git-send-email-gangx.xu@intel.com> <1474442404-24219-2-git-send-email-gangx.xu@intel.com> In-Reply-To: <1474442404-24219-2-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/4] fix test suite coremask 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: Wed, 21 Sep 2016 07:48:43 -0000 Gang, could u please give the reason in commit log. It look like some useful information moved to stderr. On 09/21/2016 03:20 PM, xu,gang wrote: > 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 9fd039d..2458d8f 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|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