[svn-r12198] Purpose:

Maintenance on Windows
Description:
Temporarily comment out echo error messages to the screen for checking autotests
on windows.
Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Fang Guo 2006-04-04 16:02:46 -05:00
parent 1560edd366
commit cfa54ffdc1

View File

@ -299,7 +299,7 @@
echo %exefile% %flagout% %result%
echo %exefile% %flagout% %result% >> ..\..\%tempResults%
if "%result%"=="FAILED" (
more ..\..\temp_fc.txt
::more ..\..\temp_fc.txt
more ..\..\temp_fc.txt >> ..\..\%tempResults%
)