From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] autotests: display command line when starting Date: Thu, 24 Mar 2016 21:14:06 +0100 Message-ID: <5931557.XYVikF3UyT@xps13> References: <1458044722-32652-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 836012BD6 for ; Thu, 24 Mar 2016 21:15:51 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id l68so797022wml.1 for ; Thu, 24 Mar 2016 13:15:51 -0700 (PDT) In-Reply-To: <1458044722-32652-1-git-send-email-olivier.matz@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-03-15 13:25, Olivier Matz: > It's useful for debug purposes to see the command line used by > autotest.py. > > Signed-off-by: Olivier Matz Applied, thanks