mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
hopefully fix for tindebox blue screen problem: Removed NT invalid character
from the path
This commit is contained in:
parent
29b8dbe5a8
commit
8daad84eff
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user