From 2365ae169ffaedd46a25f27cbce0bc724f20c604 Mon Sep 17 00:00:00 2001 From: "sonja.mirtitsch%sun.com" Date: Fri, 5 Oct 2001 01:29:06 +0000 Subject: [PATCH] next try for tinderbox fix --- security/nss/tests/header | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/nss/tests/header b/security/nss/tests/header index cf84a7806b36..86e4a3aa1e98 100644 --- a/security/nss/tests/header +++ b/security/nss/tests/header @@ -468,8 +468,11 @@ tbx_dirs() else if [ -n "${TBX_LOGDIR}" ] ; then TBX_LOGFILE_DIR="${TBX_LOGDIR}" + elif [ -d "${NSS_VER_DIR}/logs/tinderbox/Solaris8_64" ] ; then + TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/Solaris8_64" + else + TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs" fi - TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/Solaris8_64" fi echo "QA results in $RESULTDIR" >${TBX_LOGFILE_DIR}/qa.log O_FILE=ON