diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-23 15:17:56 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-23 15:17:56 (GMT) |
commit | ec51e77e66286ba39d488f1c541edbb2aa2808d8 (patch) | |
tree | f25c124b4e672b3ca55333975ae8b77fa5ad7c12 /windows | |
parent | c8c43d2b9a66bf1e8af5c01f99b194247ae1e861 (diff) | |
download | hdf5-ec51e77e66286ba39d488f1c541edbb2aa2808d8.zip hdf5-ec51e77e66286ba39d488f1c541edbb2aa2808d8.tar.gz hdf5-ec51e77e66286ba39d488f1c541edbb2aa2808d8.tar.bz2 |
[svn-r11462] Purpose:
Maintenance on Windows
Description:
Modify Batch file due to the changes of output of H5diff tool
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/tools/repacktest.BAT | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/tools/repacktest.BAT b/windows/tools/repacktest.BAT index aa7f16b..f8bba66 100755 --- a/windows/tools/repacktest.BAT +++ b/windows/tools/repacktest.BAT @@ -19,8 +19,13 @@ REM testfiles\h5repacktst\%1\h5repacktst mkdir temptest type nul > temptest\empty.txt + +REM For test1.h5 and test2.h5, the output will be "Some objects are not comparable +REM but actually there is no difference between two compared file" type nul > temptest\notcomparable.txt +echo -------------------------------->>temptest\notcomparable.txt echo Some objects are not comparable>> temptest\notcomparable.txt +echo -------------------------------->>temptest\notcomparable.txt echo Use -v for a list of objects.>> temptest\notcomparable.txt type nul > repacktest%2_%1.txt |