mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r17385] I corrected some paths.
Not tested yet.
This commit is contained in:
parent
709b497b97
commit
7b0b5ebf56
@ -16,16 +16,23 @@ $ !
|
||||
$ ! This command file tests h5jam and h5unjam utilities. The command file has to
|
||||
$ ! run in the [hdf5-top.tools.testfiles] directory.
|
||||
$ !
|
||||
$ type sys$input
|
||||
|
||||
===================================
|
||||
Testing h5jam utiltity
|
||||
===================================
|
||||
|
||||
$ !
|
||||
$ ! Define h5jam, h5unjam and h5dump symbols
|
||||
$ !
|
||||
$! set message/notext/nofacility/noidentification/noseverity
|
||||
$ current_dir = F$DIRECTRY()
|
||||
$ len = F$LENGTH(current_dir)
|
||||
$ temp = F$EXTRACT(0, len-10, current_dir)
|
||||
$ temp = F$EXTRACT(0, len-16, current_dir)
|
||||
$ h5dump_dir = temp + "H5DUMP]"
|
||||
$ h5dump :== $sys$disk:'h5dump_dir'h5dump.exe
|
||||
$ h5jam_dir = temp + "H5JAM]"
|
||||
$ temp2 = F$EXTRACT(0, len-11, current_dir)
|
||||
$ h5jam_dir = temp2 + "]"
|
||||
$ h5jam :== $sys$disk:'h5jam_dir'h5jam.exe
|
||||
$ !
|
||||
$ ! Define output for diff command that compares expected and actual
|
||||
|
Loading…
Reference in New Issue
Block a user