summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-09-18 21:06:54 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-09-18 21:06:54 (GMT)
commitdd955dcfe2cb18b2de0fd8e8c583a0609e8b6eea (patch)
tree9309f88cfda214d9490fa4beec7df8118263448c
parent020340b041c92c96f78ff591890848a94e8775dc (diff)
downloadhdf5-dd955dcfe2cb18b2de0fd8e8c583a0609e8b6eea.zip
hdf5-dd955dcfe2cb18b2de0fd8e8c583a0609e8b6eea.tar.gz
hdf5-dd955dcfe2cb18b2de0fd8e8c583a0609e8b6eea.tar.bz2
[svn-r24155] There are 4 cases need new function to handle them. I change the script to run them temporarily
with TOOLTEST to check the metadata part and left out the data part. Tested on VMS.
-rw-r--r--vms/tools/h5dump/check_h5dump.com9
1 files changed, 5 insertions, 4 deletions
diff --git a/vms/tools/h5dump/check_h5dump.com b/vms/tools/h5dump/check_h5dump.com
index c696538..f86574a 100644
--- a/vms/tools/h5dump/check_h5dump.com
+++ b/vms/tools/h5dump/check_h5dump.com
@@ -41,11 +41,12 @@ $ CALL TOOLTEST tnoddl.ddl "--ddl -y packedbits.h5"
$ CALL TOOLTEST tnodata.ddl "--output packedbits.h5"
$ CALL TOOLTEST tnoattrddl.ddl "-"""O""" -y tattr.h5"
$ CALL TOOLTEST tnoattrdata.ddl "-"""A""" -o tattr.h5"
-$! These 4 cases need new function to handle them
-$! CALL TOOLTEST2 trawdatafile.exp "-y -o trawdatafile.txt packedbits.h5"
-$! CALL TOOLTEST2 tnoddlfile.exp "-"""O""" -y -o tnoddlfile.txt packedbits.h5"
+$! These 4 cases need new function to handle them. I run them temporarily
+$! with TOOLTEST to check the metadata part and left out the data part.
+$ CALL TOOLTEST trawdatafile.ddl "-y -o trawdatafile.txt packedbits.h5"
+$ CALL TOOLTEST tnoddlfile.ddl "-"""O""" -y -o tnoddlfile.txt packedbits.h5"
$! CALL TOOLTEST2A twithddlfile.exp twithddl.exp "--ddl=twithddl.txt -y -o twithddlfile.txt packedbits.h5"
-$! CALL TOOLTEST2 trawssetfile.exp "-d "/dset1[1,1;;;]" -y -o trawssetfile.txt tdset.h5"
+$ CALL TOOLTEST trawssetfile.ddl "-d "/dset1[1,1;;;]" -y -o trawssetfile.txt tdset.h5"
$
$ ! Test for maximum display datasets
$ CALL TOOLTEST twidedisplay.ddl "-w0 packedbits.h5"