From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 602421427; Tue, 18 Dec 2018 09:48:38 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 18 Dec 2018 09:48:38 -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=q3szgjR3aNdREJuuezwZVeBYF/T9OAkV0fmrBLoieqk=; b=grkae/lDyCIp P+lAAEWnUWDMBvjvR3ym6SEGOwjatCTWXWhGMziICk3eD8j8uzPMWRbC3lMa2olC snf5IfHgxEvb23AkZ1+OxeIVzYi/gn5F3zzrifn3RBEWZoMQG9nEMXTiO4SmLUsh aOlncuyQyKZhK9QGtuGm1qGP+CkWlEU= 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=q3szgjR3aNdREJuuezwZVeBYF/T9OAkV0fmrBLoie qk=; b=hY6VBh5PjiR/Zl7d1VPA08ydts74kh6kMK4ZmezF+5aQgzPKwvRT6XbcL TByBZ+TjfYyBcBGpuJ+YGiGsBPErbz4q8OoG6klE1yxww2MD085V/bmkpz1+MLBq MVJZIYBgyuIw3l5tgRn0KKhgc+e5PGM0lVMMG0KyE5sRULc6mUKWARZNyxZear98 z5AoaOEdB+Ut4c5NCtKj4u+tGBNYVT4nk+Di1gQ8CEL1/RPfBG7l/cz199vAyzqj PWPvZueKmGCCc90k9k8Y+ENyz7mIx7rLTOYqsbf4TtZR2bE+3E+jmMkqfLiFBxP1 P+r+psu5EEXhSeSMy/d/17mc09QOA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudeikedgudekucetufdoteggodetrfdotf 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 B5B47E436E; Tue, 18 Dec 2018 09:48:36 -0500 (EST) From: Thomas Monjalon To: Arnon Warshavsky Cc: David Marchand , dev@dpdk.org, "Yigit, Ferruh" , Ajit Khaparde Date: Tue, 18 Dec 2018 15:48:35 +0100 Message-ID: <15002321.3uFcntxZyx@xps> In-Reply-To: References: <1545141782-31841-1-git-send-email-arnon@qwilt.com> <20602834.ZYhc1qxlTj@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] 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: Tue, 18 Dec 2018 14:48:40 -0000 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.