From 2d95d193a5e5814837e54d43106b8dafeda8531e Mon Sep 17 00:00:00 2001 From: "relyea%netscape.com" Date: Wed, 31 May 2000 22:34:07 +0000 Subject: Fix Environment variable overrides. --- security/nss/tests/common/init.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'security') diff --git a/security/nss/tests/common/init.sh b/security/nss/tests/common/init.sh index fe5c5020e..bf6f3039b 100644 --- a/security/nss/tests/common/init.sh +++ b/security/nss/tests/common/init.sh @@ -5,10 +5,10 @@ # mozilla_root=`(cd ../../../..; pwd)` common=`(cd ../common; pwd)` -MOZILLA_ROOT=${SECURITY_ROOT-$mozilla_root} +MOZILLA_ROOT=${MOZILLA_ROOT-$mozilla_root} COMMON=${TEST_COMMON-$common} DIST=${DIST-${MOZILLA_ROOT}/dist} -SECURITY_ROOT=${DIST-${MOZILLA_ROOT}/security/nss} +SECURITY_ROOT=${SECURITY_ROOT-${MOZILLA_ROOT}/security/nss} TESTDIR=${TESTDIR-${MOZILLA_ROOT}/tests_results/security} . ../common/arch.sh OBJDIR=${OBJDIR_NAME} @@ -42,12 +42,13 @@ if [ ! -f "${RESULTS}" ]; then echo "

Platform: ${OBJDIR}
" >> ${RESULTS} echo "Test Run: ${HOST}.$version

" >> ${RESULTS} echo "

" >> ${RESULTS} + + echo "********************************************" + echo " Platform: ${OBJDIR}" + echo " Results: ${HOST}.$version" + echo "********************************************" fi -echo "********************************************" -echo " Platform: ${OBJDIR}" -echo " Results: ${HOST}.$version" -echo "********************************************" KILL="kill" if [ ${OS_ARCH} = "Linux" ]; then -- cgit v1.2.1