From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] devtools: fix error propagation from check-forbidden-tokens.awk Date: Tue, 18 Dec 2018 15:48:35 +0100 Message-ID: <15002321.3uFcntxZyx@xps> References: <1545141782-31841-1-git-send-email-arnon@qwilt.com> <20602834.ZYhc1qxlTj@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand , dev@dpdk.org, "Yigit, Ferruh" , Ajit Khaparde To: Arnon Warshavsky Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id A73841BBD1 for ; Tue, 18 Dec 2018 15:48:39 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/12/2018 15:44, Arnon Warshavsky: > The reason I did not use the && approach is that if both checks have errors, > only the first will be reported and we want all errors to be reported at > once > without discovering them one by one after every fix. So please do a simple OR of $? No need to capture the output.