diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-07-07 18:52:04 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-07-07 18:52:04 (GMT) |
commit | af749bafb7004f116fa5bc062bc4498b10814ca2 (patch) | |
tree | 30b2515f960d035385500faa8ce2c289447121a5 /MANIFEST | |
parent | be5d63141038a46db28d1f3679de60d643f9e717 (diff) | |
download | hdf5-af749bafb7004f116fa5bc062bc4498b10814ca2.zip hdf5-af749bafb7004f116fa5bc062bc4498b10814ca2.tar.gz hdf5-af749bafb7004f116fa5bc062bc4498b10814ca2.tar.bz2 |
[svn-r19051] Purpose:
Add --no-dangling-links option to h5ls.
Description:
Related to "Bug 1830 - Following an dangling external link in h5ls should set non-zero return code."
If --no-dangling-links option is specified and any dangling link is found, return exit code 1 (error).
Tested:
jam, amani and heiwa
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 54 |
1 files changed, 29 insertions, 25 deletions
@@ -1155,7 +1155,6 @@ ./tools/testfiles/tall.h5 ./tools/testfiles/tarray1.ddl ./tools/testfiles/tarray1.h5 -./tools/testfiles/tarray1.ls ./tools/testfiles/tarray2.ddl ./tools/testfiles/tarray2.h5 ./tools/testfiles/tarray3.ddl @@ -1197,34 +1196,15 @@ ./tools/testfiles/tdset2.h5 ./tools/testfiles/tempty.ddl ./tools/testfiles/tempty.h5 -./tools/testfiles/tempty.ls ./tools/testfiles/tenum.h5 ./tools/testfiles/textlink.h5 ./tools/testfiles/textlink.h5.xml -./tools/testfiles/textlink-1.ls ./tools/testfiles/textlinkfar.ddl ./tools/testfiles/textlinkfar.h5 ./tools/testfiles/textlinksrc.ddl ./tools/testfiles/textlinksrc.h5 -./tools/testfiles/textlinksrc-1.ls -./tools/testfiles/textlinksrc-2.ls -./tools/testfiles/textlinksrc-3.ls -./tools/testfiles/textlinksrc-4.ls -./tools/testfiles/textlinksrc-5.ls -./tools/testfiles/textlinksrc-6.ls -./tools/testfiles/textlinksrc-7.ls -./tools/testfiles/textlinksrc-1-old.ls -./tools/testfiles/textlinksrc-2-old.ls -./tools/testfiles/textlinksrc-3-old.ls -./tools/testfiles/textlinksrc-6-old.ls -./tools/testfiles/textlinksrc-7-old.ls ./tools/testfiles/textlinktar.h5 ./tools/testfiles/tsoftlinks.h5 -./tools/testfiles/tsoftlinks-1.ls -./tools/testfiles/tsoftlinks-2.ls -./tools/testfiles/tsoftlinks-3.ls -./tools/testfiles/tsoftlinks-4.ls -./tools/testfiles/tsoftlinks-5.ls ./tools/testfiles/tfamily.ddl ./tools/testfiles/tfamily00000.h5 ./tools/testfiles/tfamily00001.h5 @@ -1286,7 +1266,6 @@ ./tools/testfiles/tstr-2.ddl ./tools/testfiles/tvldtypes1.ddl ./tools/testfiles/tvldtypes1.h5 -./tools/testfiles/tvldtypes1.ls ./tools/testfiles/tvldtypes2.ddl ./tools/testfiles/tvldtypes2.h5 ./tools/testfiles/tvldtypes3.ddl @@ -1301,7 +1280,6 @@ ./tools/testfiles/tudlink.h5.xml ./tools/testfiles/tudlink-1.ddl ./tools/testfiles/tudlink-2.ddl -./tools/testfiles/tudlink-1.ls ./tools/testfiles/tattr2.h5 ./tools/testfiles/tall-2A.ddl ./tools/testfiles/tall-2B.ddl @@ -1378,17 +1356,43 @@ ./tools/testfiles/tgroup-2.ls ./tools/testfiles/tgroup-3.ls ./tools/testfiles/tgroup.ls -./tools/testfiles/thlink-1.ls ./tools/testfiles/tloop-1.ls ./tools/testfiles/tnestcomp-1.ls ./tools/testfiles/tsaf.ls -./tools/testfiles/tslink-1.ls ./tools/testfiles/tstr-1.ls ./tools/testfiles/tattr2.ls +./tools/testfiles/tvldtypes1.ls ./tools/testfiles/tvldtypes2le.ls -./tools/testfiles/tdataregle.ls ./tools/testfiles/tvldtypes2be.ls +./tools/testfiles/tdataregle.ls ./tools/testfiles/tdataregbe.ls +./tools/testfiles/tarray1.ls +./tools/testfiles/tempty.ls +./tools/testfiles/tslink-1.ls +./tools/testfiles/textlink-1.ls +./tools/testfiles/textlinksrc-1.ls +./tools/testfiles/textlinksrc-2.ls +./tools/testfiles/textlinksrc-3.ls +./tools/testfiles/textlinksrc-4.ls +./tools/testfiles/textlinksrc-5.ls +./tools/testfiles/textlinksrc-6.ls +./tools/testfiles/textlinksrc-7.ls +./tools/testfiles/textlinksrc-1-old.ls +./tools/testfiles/textlinksrc-2-old.ls +./tools/testfiles/textlinksrc-3-old.ls +./tools/testfiles/textlinksrc-6-old.ls +./tools/testfiles/textlinksrc-7-old.ls +./tools/testfiles/tsoftlinks-1.ls +./tools/testfiles/tsoftlinks-2.ls +./tools/testfiles/tsoftlinks-3.ls +./tools/testfiles/tsoftlinks-4.ls +./tools/testfiles/tsoftlinks-5.ls +./tools/testfiles/textlinksrc-nodangle-1.ls +./tools/testfiles/textlinksrc-nodangle-2.ls +./tools/testfiles/tsoftlinks-nodangle-1.ls +./tools/testfiles/thlinks-nodangle-1.ls +./tools/testfiles/tudlink-1.ls + #additional test input and output for h5dump XML |