From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding; bh=lSBpkP2HM1OzNoA24ro4tQWwDf1HDYlXNFkQwrFXFqA=; b=vnwIvbDw7WXPl3jJI+I+rHFerBAFFDfDGbrpDCcPN3lBZeYfoBWY0feQIkN8VGsKxp un60eBwBceuxOcZJk65Q/oDpC/18AtHExlG3fHuyQvT/yoS7kNbsGJariEGGPfRBylol DgIZQpKj1t2ygpHXXeAEKQEEzG6MWV5q7zifUFq3/tq/Ose3XictYQLb6H3CbHqwTD/v 9Mgu+RNxw5H3ff6dX6MG3LfX+K9+QUaXzROqIw5G3BFShsSBvBXNnDZnfJKXWGwEOeyH w1yYJS/jJ21gBmTO6hqE/C1Ac93MlJZSm7mb1axrgILDXutzkCsjoFOddRVWSNX9Bti8 /TFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=lSBpkP2HM1OzNoA24ro4tQWwDf1HDYlXNFkQwrFXFqA=; b=bk26aqqQse0yIMVwUBxdGmFqLUm1h5+tTi1AomT8QQFNg7YKhYu6fZ4MpIFWAkd/e0 Oo177FonaGmE+sMLLBagKEGo0kawRZQRJcvcrFlvcV/siheVsddOLCvR1wFyEsbhyV5B COXo1jnHyhXufGWQJBgakxwhpAGFu38HI9EDIcNJJ1PIGp+lUHKK9DlOSqJ9sO53uP2j D0AnSbl2SLUNVx6s7nCQwKlHa4lU4zeJas2ygVoEEr8CJVTTWOyBNp07KG5gDKoHGKkZ SzvVyiLzXva10QLwpp+uXgX8POQ8Gx9IvVTR5TSRmRe5FAmu3Ccuca991zIs28OtMAHx 6yUA== X-Gm-Message-State: ALyK8tKVMMmiII380nfQRDplHcsnGf5ko7OrvNYZPTwOt+vrKpjUEr5zBvxTYZE+IFJMJK3/ X-Received: by 10.28.232.145 with SMTP id f17mr13592825wmi.15.1468595976617; 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) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 15 Jul 2016 17:19:35 +0200 Message-ID: <1738279.tAiunvZgL4@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1468590903-16363-1-git-send-email-thomas.monjalon@6wind.com> References: <1468590903-16363-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] scripts: print failed directory when testing build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2016 15:19:37 -0000 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