From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 825FB2C38 for ; Fri, 1 Mar 2019 15:20:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 21DC42225D; Fri, 1 Mar 2019 09:20:11 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 01 Mar 2019 09:20:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=qJSSLIQwwg7IsdgO+DEKC+A0BVBwwVyOGUfTLKqGEiU=; b=TRZHICEVAhzQ Nf0ox22tXC8iqWZNEqtYnmsqAuOJLq+TYlraAePvcMueAF4ldNfZxRG65UEmS6rG W0sIWO6JpYSEULyZiJYIgj2gtf6iXd11sdXxr4KjETfAcJqIaalWESZiz3jrayw+ 5t02VXxbTThXMoSU4zVFpEjHtcnwZh0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=qJSSLIQwwg7IsdgO+DEKC+A0BVBwwVyOGUfTLKqGE iU=; b=2sCZHgoOA0txAuGvuPJKiGb20dV95LKYNMZisX3muwn4FN9mz7VX/TqD7 YC2RnyQB1m99IaS3nWIgXLJJMplC/mEWrRupEae1/URuGtUOt/nmzaRJ+zBwa4YL hJyaZlOnRsR/9hu6YTn5GFwHhwApKoNWdWYokhV997AlBwXNYuTiRc8imj6xCxXj oYwz6brWcLKtBXtUo3wMqxTLnWGtquETu2BbFPzs0Sr1j+W0M7Gu41B6NH+nGZfx LSjO0DDG+6ZSglZMERcHH0qhWHedTh0tTOBR8tv/2CLF5F0LURD0lKMnRrvDREfL 2fl8EewwfHDxuv7HVLgUdNuQCI78g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrvdehgdeivdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epleefrdeirddugeelrdduudegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgr shesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 2CAB4E405D; Fri, 1 Mar 2019 09:20:10 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Fri, 01 Mar 2019 15:20:08 +0100 Message-ID: <28751278.JHcvt6fK4F@xps> In-Reply-To: <20190226141533.2028-1-bruce.richardson@intel.com> References: <20190226141533.2028-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: add verbose output options X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2019 14:20:11 -0000 26/02/2019 15:15, Bruce Richardson: > When running ninja, the commands are, by default, always printed on top of > each other. For those who want more detail in the output, two levels of > verbose output has been added to the test-meson-builds script. When "-v" is > passed, or the "TEST_MESON_BUILD_VERBOSE" flag is set in the environment, > then the output of ninja is passed through "cat" to prevent each line > overwriting the next. If "-vv" is passed, or > "TEST_MESON_BUILD_VERY_VERBOSE" is set in the environment, then ninja is > called with the "-v" flag to print out each command in full as it is > executing. > > Signed-off-by: Bruce Richardson Applied, thanks