From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 1D5E11BDCE for ; Fri, 21 Dec 2018 01:59:51 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9272522071; Thu, 20 Dec 2018 19:59:50 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 19:59:50 -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=ZdDc4CKESuZ44cwwZ4FrgrKWHH7Z0zEMDcwsVAPHZlA=; b=cVMSTx1RXP8M l/D8TUYGr2HW7BQErenf6avmERuoHE2fhCY8f+7lhcjjcgD9MZ23v61pl3x+ELei bSZ9gZ+O55d0z4YxIYBzhDSxP3r50F2u51KkYAJaWT1zhahMEOBjo1cjNhX6mJ5z dSc4Fio/+HB2mMU2AqjI9OTQXtfzeRI= 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=fm1; bh=ZdDc4CKESuZ44cwwZ4FrgrKWHH7Z0zEMDcwsVAPHZ lA=; b=u7cfKiXfa8Z9DK+fDQyE/+AtZ3uaVdf5lAr4w40gfwJJLDZSrKilQKCMG I7EkVFRNDYY5n10icav+SppJab1qxRrNXJ9MuzbdrYJ4mKvtqHXvH8BiFGuKEZdl MA+kKts30rhqk/DOcH1hKByqVxtdZ4IrO6Z6+cia5n6enJT1HQnOWPb1hey0Fu/s r1mhyXY93139kIuYvjWVIFBec6F2wk1rGehe33ADAlHiVlcXkRS8mCD0+C1LMaJI 6gy3/Jn+CcTVFKn73le9k0rTTOiKIGzN9uT+KhWN6JHQ7E7c9wYMUAOaRoTa3V0R n2+GZ4OBQLQ3o67VJzQlTNKwZGnXg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejgedgvdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AF5B710084; Thu, 20 Dec 2018 19:59:49 -0500 (EST) From: Thomas Monjalon To: Arnon Warshavsky Cc: dev@dpdk.org, ferruh.yigit@intel.com, ajit.khaparde@broadcom.com Date: Fri, 21 Dec 2018 01:59:48 +0100 Message-ID: <18411484.mQl3YRKo9N@xps> In-Reply-To: <1545146340-17973-1-git-send-email-arnon@qwilt.com> References: <1545141782-31841-1-git-send-email-arnon@qwilt.com> <1545146340-17973-1-git-send-email-arnon@qwilt.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] devtools: fix error propagation from check-forbidden-tokens.awk 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, 21 Dec 2018 00:59:51 -0000 18/12/2018 16:19, Arnon Warshavsky: > Bugzilla ID: 165 > Fixes: 4d4c612e6a30 ("devtools: check wrong svg include in guides") > Signed-off-by: Arnon Warshavsky > > Explicitly collect the error code of the > multiple awk script calls Applied, thanks Note: the explanation must be moved at the beginning of the message.