[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:
This commit is contained in:
Fang Guo 2005-09-23 10:17:56 -05:00
parent c8c43d2b9a
commit ec51e77e66

View File

@ -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