From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Fix summary calculation in testsuite In-Reply-To: Your message of "Wed, 29 Aug 2007 12:18:51 +1000." <20070829021851.GA25233@localhost.localdomain> References: <20070829021851.GA25233@localhost.localdomain> Date: Thu, 30 Aug 2007 08:51:35 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > The bookkeeping for producing the testsuite summary (total number of > tests passed, failed and so forth) is broken. It uses $? across > several tests, but for checks after the first, the value of $? will no > longer contain the original return code, but just that from the > previous test. This patch fixes the problem. > > Signed-off-by: David Gibson Applied. Thanks, jdl