From 6bd52bd4111fdfca92ff600930cf311f2d266a72 Mon Sep 17 00:00:00 2001 From: "sonja.mirtitsch%sun.com" Date: Thu, 4 Oct 2001 00:36:53 +0000 Subject: [PATCH] trieing to acces a variable set by perl, for tinderbox git-svn-id: svn://10.0.0.236/trunk@104563 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/tests/header | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/security/nss/tests/header b/mozilla/security/nss/tests/header index f7fbf78b0c4..d77e18c2013 100644 --- a/mozilla/security/nss/tests/header +++ b/mozilla/security/nss/tests/header @@ -466,6 +466,9 @@ tbx_dirs() if [ "$O_WIN" = "ON" ] ; then TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tbx/stalker_NT" else + if [ -n "${TBX_LOGDIR}" ] ; then + TBX_LOGFILE_DIR="${TBX_LOGDIR} + fi TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/Solaris8_64" fi echo "QA results in $RESULTDIR" >${TBX_LOGFILE_DIR}/qa.log