From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=X0InPGXVRYF62YYjVqs5hqsOtsqCUE3jWVA7IwRLFXE=; b=d3ldguVJACbsUdOPMkmFVMlwwFugeXLVvuyRWVSvRJ1f3fs7/RlLxUMW6c4oEEfssQ zkmPnIPO7MQC9kQoPtvmtfgWJJB3Lt9IgGlM5bnfa49a3uqsOOyMnWlHp8Rcsk0p71y3 /L1TamcS7iMrnZdkCgEGHpF4dC0kGyYInhhLxqaXhG3I+XPS5OBlZIdXHqCC6U/VYt3g 2HCke0E9eCb4eHO0vUyv0e44SaycnSgAJWV/XvP1i2VoyvgxAWVL3rpXo1h6n6WjEwwr 72faJAJyxUaKm9MHgJnbOla7E8IvgWxe5j5OJ3cg2QsbMV+Lk26PoaN6vK3OHoam/5QW 0Q7A== X-Gm-Message-State: ALoCoQlkfnbN1tWakwSdO5ndX9QrmsRIvS6U42ExoFUHz7cDSYLLhSsLz6jJKMUE+glv/79JcPLe X-Received: by 10.180.24.65 with SMTP id s1mr30965074wif.66.1434374743767; Mon, 15 Jun 2015 06:25:43 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id b7sm19003179wjx.47.2015.06.15.06.25.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 06:25:42 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Mon, 15 Jun 2015 15:24:46 +0200 Message-ID: <1688888.DUs5SnGMSQ@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1434034136-12162-1-git-send-email-john.mcnamara@intel.com> References: <1434034136-12162-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app/test: return error code on failed tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 13:25:44 -0000 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