[PATCH 1/5] testsuite: export TEST_ENDIAN and TEST_BITS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



These environment variables were introduced in f2668710 but were not exported
by tests/runtests.  As a result, a lot of tests were silently failing to run.

Signed-off-by: Keegan McAllister <keegan@xxxxxxxxxxx>
---
 tests/runtests |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/runtests b/tests/runtests
index e5c8184..f1bf983 100755
--- a/tests/runtests
+++ b/tests/runtests
@@ -101,6 +101,7 @@ for e in $TEST_ENDIAN; do
 	esac
 done
 TEST_ENDIAN="$_tmp"
+export TEST_ENDIAN
 
 : ${TEST_BITS:=32 64}
 for b in $TEST_BITS; do
@@ -112,6 +113,7 @@ for b in $TEST_BITS; do
 		exit 1
 	esac
 done
+export TEST_BITS
 
 for config in --enable-zlib --disable-zlib; do
     echo Building with $config...
-- 
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux