diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-09-18 21:06:54 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-09-18 21:06:54 (GMT) |
commit | dd955dcfe2cb18b2de0fd8e8c583a0609e8b6eea (patch) | |
tree | 9309f88cfda214d9490fa4beec7df8118263448c /vms/tools | |
parent | 020340b041c92c96f78ff591890848a94e8775dc (diff) | |
download | hdf5-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.
Diffstat (limited to 'vms/tools')
-rw-r--r-- | vms/tools/h5dump/check_h5dump.com | 9 |
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" |