bug 493871 - Sisyphus - incorporate NT debug log output into Sisyphus log.

This commit is contained in:
Bob Clary 2009-06-01 16:39:42 -07:00
Родитель 820cd8b8cc
Коммит 631be4213c
1 изменённых файлов: 6 добавлений и 0 удалений

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

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