diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-09 21:32:26 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-09 21:32:26 (GMT) |
commit | 3b7a375179f7f32850780409ad46e08c53c04936 (patch) | |
tree | 314a707fca6eaddc5b7463cabbdca37d85dd56b6 /windows/tools/h5ls | |
parent | f5c14780ca04def5c377728ff48c6cd3737d0aba (diff) | |
download | hdf5-3b7a375179f7f32850780409ad46e08c53c04936.zip hdf5-3b7a375179f7f32850780409ad46e08c53c04936.tar.gz hdf5-3b7a375179f7f32850780409ad46e08c53c04936.tar.bz2 |
[svn-r19752] Purpose:
Fixed Bug# 1979 Output from h5ls -rdlS on nested compound datatypes is
difficult to parse.
Description:
Update to add curly brackets for the nested compound members, when
S (--simple) option is used with -l (--label), so user can tell
which members blong to which compound type.
Merged from hdf5 trunk r19751.
Tested:
jam (linux32-LE), amani (linux64-LE)
Diffstat (limited to 'windows/tools/h5ls')
-rw-r--r-- | windows/tools/h5ls/testh5ls.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/tools/h5ls/testh5ls.bat b/windows/tools/h5ls/testh5ls.bat index 953216d..f15274c 100644 --- a/windows/tools/h5ls/testh5ls.bat +++ b/windows/tools/h5ls/testh5ls.bat @@ -218,6 +218,9 @@ rem ############################################################################ rem test for the nested compound type
call :tooltest tnestcomp-1.ls 0 -w80 -r -d tnestedcomp.h5
+ call :tooltest tnestcomp-2.ls 0 -w80 -r -d -S tnestedcomp.h5
+ call :tooltest tnestcomp-3.ls 0 -w80 -r -d -l tnestedcomp.h5
+ call :tooltest tnestcomp-4.ls 0 -w80 -r -d -l -S tnestedcomp.h5
rem test for loop detection
call :tooltest tloop-1.ls 0 -w80 -r -d tloop.h5
|