another try for QA / RE / tinderbox problem bug #115200
git-svn-id: svn://10.0.0.236/trunk@113192 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
24f63093a1
commit
833765f0bd
@ -467,9 +467,9 @@ tbx_dirs()
|
||||
fi
|
||||
if [ -z "${RESULTDIR}" ] ; then # needs to be different for tinderbox
|
||||
Debug "Setting RESULTDIR for tinderbox"
|
||||
TXB_NOBITS=""
|
||||
(echo $NSS_VER_DIR | grep 64 && TXB_NOBITS=64) >/dev/null
|
||||
TRD="${HOST}${TXB_NOBITS}-`date +%Y%m%d-%H.%M`"
|
||||
TBX_NOBITS=""
|
||||
echo $NSS_VER_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
|
||||
TBX_DAILY_BUILD=`cd ../../../../..;pwd`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user