diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-06-12 16:18:35 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-06-12 16:18:35 (GMT) |
commit | 2c593ccc575c652f47b03a7d120ec5f6208dbca0 (patch) | |
tree | 384b7f3b3dbfb5a328a6d3e59374564718b9b12f /tools/h5dump | |
parent | f81f7c8532e85c5a74c75e5c392127b2677062a5 (diff) | |
download | hdf5-2c593ccc575c652f47b03a7d120ec5f6208dbca0.zip hdf5-2c593ccc575c652f47b03a7d120ec5f6208dbca0.tar.gz hdf5-2c593ccc575c652f47b03a7d120ec5f6208dbca0.tar.bz2 |
[svn-r13853]
the split and multi file tests in testh5dump.sh
were commented out due to some failure in the pass with the pgcc compiler
the failure does not happen anymore, activated the tests again
tested kagiso pgcc, smirom pgcc, solaris
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 3f11f32..de08caf 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -267,9 +267,9 @@ TOOLTEST tempty.ddl tempty.h5 TOOLTEST tgrp_comments.ddl tgrp_comments.h5 # test the --filedriver flag -#TOOLTEST tsplit_file.ddl --filedriver=split tsplit_file +TOOLTEST tsplit_file.ddl --filedriver=split tsplit_file TOOLTEST tfamily.ddl --filedriver=family tfamily%05d.h5 -#TOOLTEST tmulti.ddl --filedriver=multi tmulti +TOOLTEST tmulti.ddl --filedriver=multi tmulti # test for files with group names which reach > 1024 bytes in size TOOLTEST tlarge_objname.ddl -w157 tlarge_objname.h5 |