From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: return error code on failed tests Date: Mon, 15 Jun 2015 15:24:46 +0200 Message-ID: <1688888.DUs5SnGMSQ@xps13> References: <1434034136-12162-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id E8E995A5E for ; Mon, 15 Jun 2015 15:25:43 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so24686184wic.1 for ; Mon, 15 Jun 2015 06:25:43 -0700 (PDT) In-Reply-To: <1434034136-12162-1-git-send-email-john.mcnamara@intel.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" 2015-06-11 15:48, John McNamara: > This change returns a system error code if tests fail when > running any of the "make test" targets. > > This allows the tests to report failures while running in > continuous integration environments. > > Previously "make test" returned $? == 0 for all combinations > of success, failure and exception conditions. > > Signed-off-by: John McNamara Applied, thanks