зеркало из https://github.com/mozilla/pjs.git
bug 493871 - Sisyphus - incorporate NT debug log output into Sisyphus log.
This commit is contained in:
Родитель
820cd8b8cc
Коммит
631be4213c
|
@ -101,6 +101,12 @@ for data in $datalist; do
|
|||
TEST_DATE=`date -u +%Y-%m-%d-%H-%M-%S``date +%z`
|
||||
TEST_LOG="${TEST_DIR}/results/${TEST_DATE},$data,$OSID,${TEST_MACHINE},$TEST_SUITE.log"
|
||||
|
||||
if [[ "$OSID" == "nt" ]]; then
|
||||
# If on Windows, set up the Windbg/CDB debug log file
|
||||
# name to point to our log.
|
||||
export _NT_DEBUG_LOG_FILE="`cygpath -w $TEST_LOG`"
|
||||
fi
|
||||
|
||||
# tell caller what the log files are
|
||||
echo "log: $TEST_LOG "
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче