made changes so script (-t) can be run on NT

git-svn-id: svn://10.0.0.236/trunk@92966 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sonmi%netscape.com
2001-04-24 00:38:21 +00:00
parent 13815e5c8a
commit 2c31d7ecb6

View File

@@ -440,9 +440,13 @@ tbx_missing_platforms ()
{
QA_MISSING="QA report missing"
MACHINE="0"
if [ "$QA_OS_STRING" = "WINNT4.0" ] ; then
QA_OS_STRING="Windows-NT-4.0"
fi
for BUILDPLATFORM in `grep $QA_OS_STRING $TESTSCRIPTDIR/platformlist.tbx`
do
if [ "$BUILDPLATFORM" != "$QA_OS_STRING" ] ; then
Debug "BUILDPLATFORM = $BUILDPLATFORM QA_OS_STRING = $QA_OS_STRING"
grep $BUILDPLATFORM ${MACHINES_TO_CHECK}*/results.html \
>/dev/null || {
@@ -660,7 +664,7 @@ tbx_main()
TBX_EXIT=47
qa_stat_get_sysinfo # find out the OS we are running and all required tests
# on this OS
MACHINES_TO_CHECK=$HOST #`uname -n` only search the local tests for errors
qa_errorlist > $ERRORLIST #
platformlist