summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2002-01-30 04:37:35 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2002-01-30 04:37:35 +0000
commite099c6e78e970c04eff718cf12bb8598da3570fa (patch)
tree29e9632228ed5cc04add4038fb0b7b5fa26982aa
parent46776175a9e316b728e80056bb38ed67bec41bfa (diff)
downloadnss-hg-e099c6e78e970c04eff718cf12bb8598da3570fa.tar.gz
another try for QA / RE / tinderbox problem bug #115200
-rw-r--r--security/nss/tests/header6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/tests/header b/security/nss/tests/header
index c6d8d893b..76b198ded 100644
--- a/security/nss/tests/header
+++ b/security/nss/tests/header
@@ -467,9 +467,9 @@ tbx_dirs()
fi
if [ -z "${RESULTDIR}" ] ; then # needs to be different for tinderbox
Debug "Setting RESULTDIR for tinderbox"
- TXB_NOBITS=""
- (echo $NSS_VER_DIR | grep 64 && TXB_NOBITS=64) >/dev/null
- TRD="${HOST}${TXB_NOBITS}-`date +%Y%m%d-%H.%M`"
+ TBX_NOBITS=""
+ echo $NSS_VER_DIR | grep 64 >/dev/null && TBX_NOBITS=64
+ TRD="${HOST}${TBX_NOBITS}-`date +%Y%m%d-%H.%M`"
RESULTDIR="${NSS_VER_DIR}/tinderbox/tests_results/security/${TRD}"
fi
TBX_DAILY_BUILD=`cd ../../../../..;pwd`