diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-04-04 21:02:46 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-04-04 21:02:46 (GMT) |
commit | cfa54ffdc131709cce9d92580a3e3c1fb417cac4 (patch) | |
tree | 0d529138dfb65c537d1af4269e91123cd48e0b5c /windows/tools | |
parent | 1560edd366566162ac210057efcb5c01ad5d6d66 (diff) | |
download | hdf5-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/tools')
-rwxr-xr-x | windows/tools/tooltest.bat | 2 |
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% ) |