From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: add missing cleanup to one of the failure paths Date: Wed, 14 Nov 2018 04:58:52 +0100 Message-ID: <3726480.ejxesm6RWp@xps> References: <9c2fc1a970820a780ecf050bb8b669d9bcd64e7b.1541677243.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Anatoly Burakov Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 8E5952B94 for ; Wed, 14 Nov 2018 04:58:55 +0100 (CET) In-Reply-To: <9c2fc1a970820a780ecf050bb8b669d9bcd64e7b.1541677243.git.anatoly.burakov@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" 08/11/2018 12:44, Anatoly Burakov: > One of the failure paths were not updated to clean up on exit, > most likely due to rebase error. Fix the failure path to clean > up instead of simply exiting. > > Fixes: 3f9e31d71d63 ("test: clean up on exit") > > Signed-off-by: Anatoly Burakov Applied, thanks