next thry for bug 115200

git-svn-id: svn://10.0.0.236/trunk@113258 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sonja.mirtitsch%sun.com 2002-01-31 00:34:04 +00:00
parent 17e7cfc2ce
commit d6ea734305

View File

@ -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