hopefully fix for tindebox blue screen problem: Removed NT invalid character

from the path
This commit is contained in:
sonmi%netscape.com 2001-05-24 23:28:21 +00:00
Родитель 29b8dbe5a8
Коммит 8daad84eff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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