From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BA740A00BE; Wed, 20 Apr 2022 09:55:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 95F404068E; Wed, 20 Apr 2022 09:55:05 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 1BBD640687 for ; Wed, 20 Apr 2022 09:55:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650441304; x=1681977304; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=htO+/U49mRgpMxzpVIFuuhaeUUoyWrlnpq4ttBdrxNQ=; b=D9cf5Ozk8BMqWHoPHvQDtruPq90ocQpKMHSTVRkLxEJma7v1Jq2BBC8h RzBmncTANwRiubNXrguK2kcSta5i+gIpyUnlDbCFmoU12XzyvC81CP9B6 xl2SZBGtLlGXWFcvHCVezwPNpD07D7NsIEYUkHpZzYMCWt9IMv2A0JCgZ RRUhrL1bRZDPylhQ8XDKcMaskvlAbfoxyY0hK3VZbbbccf1TFTnGYdQmU gFP45jkL7OpXgwgaB1tIVBYcgr6NWl9oFiEBKQofoIO1siq8zUtBsfqtT +SzTP1IyoJcqbD2Bumx1KsYzYA13/aJLdeYQlEtSXkKVFkpA51wGxeNJZ A==; X-IronPort-AV: E=McAfee;i="6400,9594,10322"; a="350416631" X-IronPort-AV: E=Sophos;i="5.90,275,1643702400"; d="scan'208";a="350416631" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 00:54:49 -0700 Message-Id: <003cea$h5ogm1@orsmga008-auth.jf.intel.com> Date: 20 Apr 2022 00:54:48 -0700 X-IronPort-AV: E=Sophos;i="5.90,275,1643702400"; d="scan'208";a="576471750" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 00:54:48 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH V1] framework/logger: fix bug of generate the log output path From: lijuan.tu@intel.com To: dts@dpdk.org,Jun Dong Cc: lijuan.tu@intel.com,qingx.sun@intel.com,junx.dong@intel.com In-Reply-To: <20220420070420.3574-1-junx.dong@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Jun Dong Errors-To: dts-bounces@dpdk.org On Wed, 20 Apr 2022 15:04:20 +0800, Jun Dong wrote: > First, the log default path was generated based main script's directory. > When modifying the standard project, we moved main script from framework > sub directory to base directory, but no synchronous change the log patch > generate rule. This patch fixed it. > > Signed-off-by: Jun Dong Applied, thanks