mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r12501] This is a small bug fix.
h5ls uses -S flag to display datatype in a machine-readable form. Since VMS is not a case sensitive system, triple quotes around S are needed; fixed. h5ls -w80 -v -S tattr2.h5 test still reports failure due to line 311 in the tattr2.ls file "Modified: XXXX..." Document it for now in the command file.
This commit is contained in:
parent
f7fa14b1e9
commit
514c23f146
@ -81,7 +81,14 @@ $ CALL TOOLTEST tempty.ls "-w80 -d tempty.h5"
|
||||
|
||||
$! test for all dataset types written to attributes
|
||||
$! enable -S for avoiding printing NATIVE types
|
||||
$ CALL TOOLTEST tattr2.ls "-w80 -v -S tattr2.h5"
|
||||
$! This test will report failure for line 311 of the tattr2.ls file
|
||||
$! contains
|
||||
$! Modified: XXXX-XX-XX XX:XX:XX XXX
|
||||
$! instead of
|
||||
$! Modified: 2004-07-06 19:36:17 CST
|
||||
$! UNIX shell script does replacement on the fly in the actual output
|
||||
$! file; I do not know what can I do on VMS EIP 07/27/06
|
||||
$ CALL TOOLTEST tattr2.ls "-w80 -v -"""S""" tattr2.h5"
|
||||
|
||||
$
|
||||
$
|
||||
|
Loading…
Reference in New Issue
Block a user