hopefully fix for tindebox blue screen problem: Removed NT invalid character
from the path git-svn-id: svn://10.0.0.236/trunk@95884 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -260,7 +260,7 @@ tbx_dirs()
|
||||
fi
|
||||
if [ -z "${RESULTDIR}" ] ; then # needs to be different for tinderbox
|
||||
Debug "Setting RESULTDIR for tinderbox"
|
||||
RESULTDIR="${D1}/tinderbox/tests_results/security/${HOST}-`date +%Y%m%d-%H:%M`"
|
||||
RESULTDIR="${D1}/tinderbox/tests_results/security/${HOST}-`date +%Y%m%d-%H.%M`"
|
||||
#RESULTDIR=${UX_MASTERDIR}/mozilla/tests_results/security
|
||||
fi
|
||||
TBX_D2=`cd ../../../../..;pwd`
|
||||
|
||||
Reference in New Issue
Block a user