summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2006-04-04 21:02:46 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2006-04-04 21:02:46 (GMT)
commitcfa54ffdc131709cce9d92580a3e3c1fb417cac4 (patch)
tree0d529138dfb65c537d1af4269e91123cd48e0b5c /windows
parent1560edd366566162ac210057efcb5c01ad5d6d66 (diff)
downloadhdf5-cfa54ffdc131709cce9d92580a3e3c1fb417cac4.zip
hdf5-cfa54ffdc131709cce9d92580a3e3c1fb417cac4.tar.gz
hdf5-cfa54ffdc131709cce9d92580a3e3c1fb417cac4.tar.bz2
[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:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/tools/tooltest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/tooltest.bat b/windows/tools/tooltest.bat
index feb20fc..3e4d0cb 100755
--- a/windows/tools/tooltest.bat
+++ b/windows/tools/tooltest.bat
@@ -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%
)