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:
sonmi%netscape.com
2001-05-24 23:28:21 +00:00
parent 7b929df0cf
commit a8ebfc8b36

View File

@@ -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`