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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user