summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2002-01-31 00:34:04 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2002-01-31 00:34:04 +0000
commit95183c776591ee87c1ddfbcf2fe157f21de9773d (patch)
tree3ce10cb57d2ce6ceb3f8eb8c67907d8c165d53af
parentede60bc2d5689ebc1d37e6986959e73fb65eb5b0 (diff)
downloadnss-hg-95183c776591ee87c1ddfbcf2fe157f21de9773d.tar.gz
next thry for bug 115200
-rw-r--r--security/nss/tests/header2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/header b/security/nss/tests/header
index 76b198ded..e086eab74 100644
--- a/security/nss/tests/header
+++ b/security/nss/tests/header
@@ -468,7 +468,7 @@ tbx_dirs()
if [ -z "${RESULTDIR}" ] ; then # needs to be different for tinderbox
Debug "Setting RESULTDIR for tinderbox"
TBX_NOBITS=""
- echo $NSS_VER_DIR | grep 64 >/dev/null && TBX_NOBITS=64
+ echo $QASCRIPT_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