From patchwork Fri Jun 24 10:18:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 14338 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 938F4C682; Fri, 24 Jun 2016 12:19:04 +0200 (CEST) Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 1D29AC666 for ; Fri, 24 Jun 2016 12:19:03 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id a66so19020656wme.0 for ; Fri, 24 Jun 2016 03:19:03 -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; bh=+Cn+3p3G2S1emO9VtyyHV9VBOigjCiPJdSi5uqC8CBY=; b=U3O6+x8sWferf8DF4k8WrS0F7/7A664lCxpO0vqZbOZNlUuBHFuNMy5veSR+aMtef0 BUOtfWCYzHndOXM3jcH9BhhztZtaLk3oMiIXfMU07QWQJLFDGsQgbAwWuz+dfIkISnhF j1G09xQPl3gPkxBHr5U22cMIWd9PJgDhlxeTm4lvaQ9RKih+auadGbuciXB443GUJJe2 DpRhuBDBxVKMABuAYK0ifS+ZhzWyZVcmxXp4hdFIw1uS4XmcRJmLR2DVMgIjQFRlTneV Nbxxvn2q8Rk+Yu+/aB2kgVKP4yUonrwaezxzXdWU1SL00agg43ImX6dSFKUJe63c4lVF X+Ng== 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; bh=+Cn+3p3G2S1emO9VtyyHV9VBOigjCiPJdSi5uqC8CBY=; b=LpCqkw2KsSyvifSEKHDGXKNWqHoy5G48DYJ0LBkeYCI/50cHP2AfYH8xSR5b1ICRX7 P/WB3GrjAFFHs0jqIoITqGM8h/1EwnzIVNS+CDpAODzqPTfgzZ0YkEIRqQPWsnOE1puB R/7FAJN4IXPxbe1YockrsseUkuy+1wvgz/uovEaduDGVzb86sw9PmYdKJC3+3YEdQvHD 1aywt5OMT8EhB2lueiw6DlnC/UI2GA7m5YMgy+5lTQ8zUIa1UYFDSdk42ZzjfY5YdEgN d53FRWCrot5TjeCKUHvhiLT29dfAU0rb/53ODwIVKiOAOsG0x1d79O8AAX5ktJ6cT948 SMuw== X-Gm-Message-State: ALyK8tJ5D2nKfMINY85nAcSmdX1mxVboQcncnZeyfusdDM8j52mxtk+UQ13Od3dI/YDz63Hz X-Received: by 10.28.104.214 with SMTP id d205mr5414557wmc.102.1466763542771; Fri, 24 Jun 2016 03:19:02 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id k3sm4417607wju.29.2016.06.24.03.19.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 24 Jun 2016 03:19:02 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 24 Jun 2016 12:18:56 +0200 Message-Id: <1466763536-26789-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 Subject: [dpdk-dev] [PATCH] scripts: add verbose option in build test help 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The verbose option was available but not advertised. Fixes: 6e38dfe21389 ("scripts: add verbose test build option") Signed-off-by: Thomas Monjalon --- scripts/test-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test-build.sh b/scripts/test-build.sh index 31d5583..7a9f623 100755 --- a/scripts/test-build.sh +++ b/scripts/test-build.sh @@ -63,6 +63,7 @@ print_help () { -h this help -jX use X parallel jobs in "make" -s short test with only first config without examples/doc + -v verbose build config: defconfig[[~][+]option1[[~][+]option2...]] Example: x86_64-native-linuxapp-gcc+debug~RXTX_CALLBACKS