From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/3] test: use env variable to run tests Date: Thu, 18 Jan 2018 00:05:30 +0100 Message-ID: <1890102.Pb3lRafQEk@xps> References: <1513858050-77961-1-git-send-email-harry.van.haaren@intel.com> <1515693035-35419-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com, bruce.richardson@intel.com To: Harry van Haaren Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 25F2B1B2D1 for ; Thu, 18 Jan 2018 00:06:03 +0100 (CET) In-Reply-To: <1515693035-35419-1-git-send-email-harry.van.haaren@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/01/2018 18:50, Harry van Haaren: > With this patch the test binary checks the DPDK_TEST > environment variable and if set, the contents of the var > are inserted on the test app command line, and run. > > Signed-off-by: Bruce Richardson > Signed-off-by: Harry van Haaren > Reviewed-by: Pablo de Lara Series applied, thanks