mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
next try for tinderbox fix
This commit is contained in:
parent
16959e1343
commit
2365ae169f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user