diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-28 20:09:56 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-28 20:09:56 (GMT) |
commit | 194d3dfe522c2b6612586829d47e830ad5c7ef0c (patch) | |
tree | c2bbcb9f66f41955d060bbbcf3b919df3fcb8196 /windows/tools | |
parent | 54014d2417e3c7915b12277c5fdeaabbe17967ce (diff) | |
download | hdf5-194d3dfe522c2b6612586829d47e830ad5c7ef0c.zip hdf5-194d3dfe522c2b6612586829d47e830ad5c7ef0c.tar.gz hdf5-194d3dfe522c2b6612586829d47e830ad5c7ef0c.tar.bz2 |
[svn-r12170] Purpose:
Maintenance on Windows
Description:
update batch file according to Pedro's bug fix (h5dump was not printing attributes for the named datatype cases)
Solution:
Platforms tested:
Windows XP
Misc. update:
Diffstat (limited to 'windows/tools')
-rwxr-xr-x | windows/tools/dumptest.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/tools/dumptest.bat b/windows/tools/dumptest.bat index 5d58e12..c2600bf 100755 --- a/windows/tools/dumptest.bat +++ b/windows/tools/dumptest.bat @@ -121,10 +121,10 @@ call %tooltest% tattr-2.ddl set flag=--header -a /attr2 --attribute=/attr %tattr% call %tooltest% tattr-3.ddl -::------------------------------------------------ -::test for displaying shared datatype in attribute -::------------------------------------------------ -set flag=-A %tnamed_dtype_attr% +::----------------------------------------------------------------------------- +::test for displaying attributes in shared datatype (also in group and dataset) +::----------------------------------------------------------------------------- +set flag=%tnamed_dtype_attr% call %tooltest% tnamed_dtype_attr.ddl ::------------------------------ |