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 C39E042386; Thu, 12 Jan 2023 02:16:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 96F9E40A7D; Thu, 12 Jan 2023 02:16:40 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id AB7D8400EF for ; Thu, 12 Jan 2023 02:16:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673486198; x=1705022198; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=e7ABuM8M8LR+GCYjs2qTEFWCb9pXGksbk5IXCDW7wYo=; b=T4HX0gf/I/RNVaUV4RwajXMHpKJ4cKiECr+6+vtBL0L0htWGPtsFeCzP 4qAAqqoP3i7r+sjGsKw+mIQEM3E33VmI8QT38962c1RpOqDUiZUojipfl uMu49YoBqXZGRTlhTgXnfxQBWsmDQvBtukWjqzZnbObtZLywonM5SmdYy Zlu2sZNtKn5SHffILU3OGezkpK2BzlNAkW4FmJ9r+7LjOMSXgxRkUyzmY MARjaCJDoVg1YY9IgVb9jOYkS4xuws4hZI7P2gv9WewmDo7d8rn7OvVPo bq6r3dFE+/r2/1yEBxe0ztW6NQkPkiPRtIoXVbq5oTOjgazMFInFTkYfb g==; X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="388049697" X-IronPort-AV: E=Sophos;i="5.96,318,1665471600"; d="scan'208";a="388049697" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2023 17:16:37 -0800 Message-Id: <3d8560$jl0mtd@fmsmga007-auth.fm.intel.com> Date: 11 Jan 2023 17:16:36 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="659577778" X-IronPort-AV: E=Sophos;i="5.96,318,1665471600"; d="scan'208";a="659577778" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2023 17:16:36 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/meson_tests: optimize script From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230112091056.1123242-1-songx.jiale@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: Song Jiale Errors-To: dts-bounces@dpdk.org On Thu, 12 Jan 2023 09:10:56 +0000, Song Jiale wrote: > the "~/tmp" directory is not the inherent directory structure of the Linux = system. > change it to "/tmp". >=20 > Signed-off-by: Song Jiale Applied, thanks