From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: print failed directory when testing build Date: Fri, 15 Jul 2016 17:19:35 +0200 Message-ID: <1738279.tAiunvZgL4@xps13> References: <1468590903-16363-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id F044D4CE6 for ; Fri, 15 Jul 2016 17:19:36 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id f126so30188731wma.1 for ; Fri, 15 Jul 2016 08:19:36 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id a2sm388673wma.2.2016.07.15.08.19.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Jul 2016 08:19:35 -0700 (PDT) In-Reply-To: <1468590903-16363-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-15 15:55, Thomas Monjalon: > The script test-build.sh can be used to test building several > targets with different configurations. The directory name reflects > the target and the customized configuration. > When there is a failure, it is convenient to print this build > directory to quickly know which case is failing without scrolling > the build log history. > > Signed-off-by: Thomas Monjalon Applied