From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: register test as failed if setup failed Date: Thu, 18 Jan 2018 00:14:06 +0100 Message-ID: <2650607.kbS0j1TbPI@xps> References: <432ebfd1f25d903f60b276790a3029c5480e3306.1513867661.git.anatoly.burakov@intel.com> <4facb05e-9cfa-3bf3-c05a-0323758bdb80@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Doherty, Declan" , stable@dpdk.org To: Anatoly Burakov Return-path: In-Reply-To: <4facb05e-9cfa-3bf3-c05a-0323758bdb80@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" 10/01/2018 15:24, Doherty, Declan: > On 22/12/2017 10:21 AM, Anatoly Burakov wrote: > > If test set up couldn't be completed, the test was previously > > shown as succeeding, even though setup failed. Fix this to report > > test as failed, and count all tests that should've been executed, > > as failed as well. > > > > Fixes: ffac67b1f71b ("app/test: new assert macros and test suite runner") > > Cc: declan.doherty@intel.com > > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov > > Acked-by: Declan Doherty Applied, thanks