From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Don't use env(1) in testsuite In-Reply-To: Your message of "Tue, 20 Nov 2007 22:14:12 +1100." <20071120111412.GA13156@localhost.localdomain> References: <20071120111412.GA13156@localhost.localdomain> Date: Tue, 20 Nov 2007 09:09:40 -0600 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 run_tests.sh script currently invokes the testcase binaries via > env(1). This behaviour is inherited from the libhugetlbfs testsuite > which uses this approach to easily set various configuration > environment variables in testcases. > > We don't use that for dtc, and are unlikely to ever want to. > Therefore this patch removes that technique, which substantially > speeds up the testsuite. > > Signed-off-by: David Gibson Applied. jdl