From 833765f0bd6ba864b5f29d46463c3e574e4eccbb Mon Sep 17 00:00:00 2001 From: "sonja.mirtitsch%sun.com" Date: Wed, 30 Jan 2002 04:37:35 +0000 Subject: [PATCH] another try for QA / RE / tinderbox problem bug #115200 git-svn-id: svn://10.0.0.236/trunk@113192 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/tests/header | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/security/nss/tests/header b/mozilla/security/nss/tests/header index c6d8d893b83..76b198ded73 100644 --- a/mozilla/security/nss/tests/header +++ b/mozilla/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`