diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2019-05-31 22:24:26 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2019-05-31 22:24:26 (GMT) |
commit | ad2a7f47896cf636b42fbc73b96781b2d5200f56 (patch) | |
tree | aa26349968b764368cf1976608f1da1d88752767 /tools/test/h5repack/h5repack.sh.in | |
parent | cb6029196af9a960872c627db53fcbc4cf89d923 (diff) | |
download | hdf5-ad2a7f47896cf636b42fbc73b96781b2d5200f56.zip hdf5-ad2a7f47896cf636b42fbc73b96781b2d5200f56.tar.gz hdf5-ad2a7f47896cf636b42fbc73b96781b2d5200f56.tar.bz2 |
First pass at repack consolidating external storage if layout given.
Checks out manually, tests still complain.
Diffstat (limited to 'tools/test/h5repack/h5repack.sh.in')
-rw-r--r-- | tools/test/h5repack/h5repack.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/h5repack/h5repack.sh.in b/tools/test/h5repack/h5repack.sh.in index 9851e89..56df3c8 100644 --- a/tools/test/h5repack/h5repack.sh.in +++ b/tools/test/h5repack/h5repack.sh.in @@ -675,7 +675,8 @@ VERIFY_EXTERNAL_CONSOLIDATION() ) # flag if any of the above checks failed - if [ $prev_nerrors != $nerrors ]; then + if [ $prev_nerrors != $nerrors ] + then echo ". . . *FAILED*" nerrors="`expr $prev_nerrors + 1`" else |