From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 787EC5A5A for ; Mon, 27 Jun 2016 16:55:26 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id a66so119283841wme.0 for ; Mon, 27 Jun 2016 07:55:26 -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=7M7fH6sruPcuErYZJ1dZLfE30j03IC4VPRwGtgTsNB0=; b=RtKM1kg16aKPA1JEgP4dqUZ5umrpSZ6f3WB4Zt1jd6DlD8gwDhRIrbHQeXwysrnpdS PdHM7O7wxdFUaucqgrXBK54xGezQCcaUxuULQ3mnVCFhaLYMqihmXlo60Gh7C/apEwMv PKte5zSTjlsIPgpGE0UcC6JRKoN3yeNLq4r7PveKmrrwp4nHNTcNb714m46+9F0rw2cB S4ZJ4cN0QM9k5Ke+rW5bXjRLvp/amkBuOCDb90cLCVzerPAcG7C6rLGMABP//+roVZhO hwS9fX5hdqQYlekpoaxdh02r1F+h77fR+LjN7RYFz+oiXUMKLLEsW+L0CDBRU5KF4K+A 5biA== 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=7M7fH6sruPcuErYZJ1dZLfE30j03IC4VPRwGtgTsNB0=; b=mdOVgr9pk9b1AFxWcnFebq6kYlluvb5yA3LKMdLXYoRIXgUrnTffx/lOHT/u72+6qj 6HcvYKiypc8JiA1WSRF7uLTtgK8T0+LpPzc5b0IhRMnGe+nGL0RYF2eMIikgxpWDCSzr xA8ZWHodCNBnxOmBZHQ7m3mN0nFzngu2yuzaH1cxpqFR811+RfOLIHBps8A90joxQnC3 Bmlh0yDviB+NLQ/xRqOVAFi3EJUUf1D2lA0lhSJnJCjdnTF7PDmk+Ll6LcoFFynIGqZW rahvv3x2TxiFJTvdXX41US0InlJD476aK1AsP9ZsX2iOr6EQFOXP1Q1m7rjsiY0EkzIr 6BGA== X-Gm-Message-State: ALyK8tKfceMZXXbTmuNt78NL5Q4RgY+G9jDlKwY44oB9wyxRFgDgQWwAln+nvq0vyNHI9HEq X-Received: by 10.194.191.135 with SMTP id gy7mr1270099wjc.125.1467039326102; Mon, 27 Jun 2016 07:55:26 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id hf7sm7701232wjc.48.2016.06.27.07.55.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jun 2016 07:55:25 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 27 Jun 2016 16:55:24 +0200 Message-ID: <2393923.lJdhS05Koh@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1466763536-26789-1-git-send-email-thomas.monjalon@6wind.com> References: <1466763536-26789-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: 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: , X-List-Received-Date: Mon, 27 Jun 2016 14:55:26 -0000 2016-06-24 12:18, Thomas Monjalon: > The verbose option was available but not advertised. > > Fixes: 6e38dfe21389 ("scripts: add verbose test build option") > > Signed-off-by: Thomas Monjalon Applied