summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/h5repack.sh.in
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2019-06-19 22:13:54 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2019-06-19 22:15:05 (GMT)
commit2ba7b8f5e0c406376d90b344dadee385e69ca987 (patch)
treed4a75fa861bdacf5a817d8daf5bd7617f0c5f42b /tools/test/h5repack/h5repack.sh.in
parentad2a7f47896cf636b42fbc73b96781b2d5200f56 (diff)
downloadhdf5-2ba7b8f5e0c406376d90b344dadee385e69ca987.zip
hdf5-2ba7b8f5e0c406376d90b344dadee385e69ca987.tar.gz
hdf5-2ba7b8f5e0c406376d90b344dadee385e69ca987.tar.bz2
Fix failing automated reporting.
Add 8-bit big-endian testfile.
Diffstat (limited to 'tools/test/h5repack/h5repack.sh.in')
-rw-r--r--tools/test/h5repack/h5repack.sh.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/test/h5repack/h5repack.sh.in b/tools/test/h5repack/h5repack.sh.in
index 56df3c8..04f04f2 100644
--- a/tools/test/h5repack/h5repack.sh.in
+++ b/tools/test/h5repack/h5repack.sh.in
@@ -625,17 +625,19 @@ DIFFFAIL()
# Catchall test for repacking with external files
# Loops over all (internally-listed) cases and applies the given arguments
# to h5repack.
+# Each test file family must be listed in the for loop at the start of the
+# 'function'.
# Expects case files to be of format:
# + h5repack_<NAME>.h5
# + h5repack_<NAME>_ex.h5
# + h5repack_<NAME>_ex-<N>.dat
# ...where NAME is part of the internal list, and N is a positive decimal
# number; multiple external files (*.dat) are allowed per file, but they must
-# follow the same pattern and be in numerical sequence starting at 0.
+# follow the pattern and be in contiguous numerical sequence starting at 0.
# -----------------------------------------------------------------------------
VERIFY_EXTERNAL_CONSOLIDATION()
{
- for name in int32le
+ for name in int32le uint8be
do
basename="h5repack_${name}"
base_ext="${basename}_ex"
@@ -1551,10 +1553,10 @@ VERIFY_SUPERBLOCK 2 2 3 h5repack_layout.h5 -j 2 -k 2 h5repack_layout.h5
# -j 0 -k 1, file cannot be opened
VERIFY_INVALIDBOUNDS 0 1 bounds_latest_latest.h5
-#
+########################################
# Testing external storage
-#
-VERIFY_EXTERNAL_CONSOLIDATION
+########################################
+VERIFY_EXTERNAL_CONSOLIDATION -l CONTI
# Clean up temporary files/directories
CLEAN_TESTFILES_AND_TESTDIR