summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2014-03-05 15:08:37 -0800
committerWan-Teh Chang <wtc@google.com>2014-03-05 15:08:37 -0800
commitaf0bac22698b8a87b14817706b75f267e99b9e8e (patch)
tree2d5eca823039f3e5243e20a135a56d667589e612 /tests
parentb421b2f1b8ab203d79dd1ca1be56040f0d128786 (diff)
downloadnss-hg-af0bac22698b8a87b14817706b75f267e99b9e8e.tar.gz
Bug 966596: Display the value of the USE_X32 environment variable
on Linux because it may be applicable. r=kaie.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/common/cleanup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/common/cleanup.sh b/tests/common/cleanup.sh
index 66f2c268b..17a62bbcb 100755
--- a/tests/common/cleanup.sh
+++ b/tests/common/cleanup.sh
@@ -14,6 +14,9 @@ if [ -z "${CLEANUP}" -o "${CLEANUP}" = "${SCRIPTNAME}" ]; then
echo "HOST=${HOST}"
echo "DOMSUF=${DOMSUF}"
echo "BUILD_OPT=${BUILD_OPT}"
+ if [ "${OS_ARCH}" = "Linux" ]; then
+ echo "USE_X32=${USE_X32}"
+ fi
echo "USE_64=${USE_64}"
echo "NSS_CYCLES=\"${NSS_CYCLES}\""
echo "NSS_TESTS=\"${NSS_TESTS}\""