summaryrefslogtreecommitdiffstats
path: root/tools/testh5dump.sh
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1999-01-05 19:40:32 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1999-01-05 19:40:32 (GMT)
commit2aefbf76034212e2be23d4542262a5b9d88181db (patch)
treeb42aebdf0083989ac9e946f838f71fd2c22ce780 /tools/testh5dump.sh
parentb38196371516736a2ff4d98586e73f6dbb0348c9 (diff)
downloadhdf5-2aefbf76034212e2be23d4542262a5b9d88181db.zip
hdf5-2aefbf76034212e2be23d4542262a5b9d88181db.tar.gz
hdf5-2aefbf76034212e2be23d4542262a5b9d88181db.tar.bz2
[svn-r1004] Purpose:
Conform closer to other test print-out. Solution: Added "All h5dump tests passed." statement to output of testh5dump.sh when appropriate. Similarly, added "All h5toh4 tests passed." statement to output of testh5toh4 when appropriate. Also, added the testing of converting H5 files with loop pathways into H4 files with recursive references. Platforms tested: Solaris2.5, Digital Unix 4.0
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-xtools/testh5dump.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh
index 5645d60..6ad84e2 100755
--- a/tools/testh5dump.sh
+++ b/tools/testh5dump.sh
@@ -112,3 +112,8 @@ DUMP tall-3.ddl -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5
# test for loop detection
DUMP tloop-1.ddl tloop.h5
+
+if test "0" = "$nerrors"; then
+ echo "All h5dump tests passed."
+fi
+