commit | b2e61bde9fa50428380f7d9e170781499fe462f1 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Nov 20 22:14:12 2007 +1100 |
committer | Jon Loeliger <jdl@freescale.com> | Tue Nov 20 09:04:19 2007 -0600 |
tree | 414a33bf70a1086c650bc2779aa7e894d215f726 | |
parent | 0d6ade254773aa4798fed1b2f1639ea2b8bdeb89 [diff] |
dtc: Don't use env(1) in testsuite 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 <david@gibson.dropbear.id.au>