mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
c8c43d2b9a
commit
ec51e77e66
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user