From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4BA5FA2EEB for ; Fri, 13 Sep 2019 13:19:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 917461F016; Fri, 13 Sep 2019 13:19:52 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id A448B1F011 for ; Fri, 13 Sep 2019 13:19:51 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 932E14D0; Fri, 13 Sep 2019 07:19:50 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 13 Sep 2019 07:19:50 -0400 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=Eljeu6baMmivpKioTVrrR1cQvRXIBXA/hYMnzQ+RF2o=; b=Zlzv+qiPhbzI bD0m7EwMaaaFMaHYBca8aK1OsHCV3Cc/WDtQVF+Pxrse4ce4dIyhLZOHYnRz+l7u lX1tIa9T6Y2cVuFeF5T0mLZILTMheP1+lZwr7j/dQghrJ91Zi+PQ8YxV8OLYVO4t 7R3GY50kB8+gK5bqrRDzstdflyxiNBA= 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=fm3; bh=Eljeu6baMmivpKioTVrrR1cQvRXIBXA/hYMnzQ+RF 2o=; b=P9396D+o6WIwo/Q6swuBfK1PCi9a3QoTeaL/mMBhInjO+3JcNgIa3IXbP ssGBA+lefuPROEQj3IddoYRwyWYmdGsffIZjIOKmSN1qarK5S5Wyfmsnkz97zvmx 2h0LG35hNFNWR8zja1odGl6eMusMVPBqOrlzzE3PHwZ2HnW1WCyi/hVr2uo+uwYg IxiYF76nI5K3Yc6KkPptg4CkifH/I8evmFjPaEcGHUmz6vB5tkCyq5uKXry0mY41 nhBCNFoyujDAty92SsY3kB4m4kzsrIqwzgLEWg2HSI4SUBenhwYcYZg1UdS3Q0Un lq3NTVd/kA3cu/kqWC++WGJnrIqDw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrtdejgdefkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepthhrrghvihhsqdgtihdrtghomhenucfkphepjeejrddufeegrddvtdefrddu keegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrd hnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 0B97E80063; Fri, 13 Sep 2019 07:19:48 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Aaron Conole Date: Fri, 13 Sep 2019 13:19:47 +0200 Message-ID: <10817280.cn9q4F5tNv@xps> In-Reply-To: References: <1565266937-8159-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ci: exit setup on any error 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/08/2019 16:30, Aaron Conole: > David Marchand writes: > > > -e is preferrable so that we can catch errors in the middle of this > > script. > > An example is this Travis job [1] that should have errored at the meson > > install step rather than go to the build step. > > > > Adding debug mode as it can help post-mortem. > > > > 1: https://travis-ci.com/DPDK/dpdk/jobs/223511683 > > > > Signed-off-by: David Marchand > > --- > > Good call. > > Acked-by: Aaron Conole Applied, thanks