diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-02-09 22:38:37 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-02-09 22:38:37 (GMT) |
commit | 9c1ccb04afce6337f91aeb5406a63fcaea1269b8 (patch) | |
tree | 9e066b407fa167dc2eb2ee879d56095ff0838c4a /vms/tools/h5repack | |
parent | cf6842099c43db1c0d185ee1191ab62131546ea4 (diff) | |
download | hdf5-9c1ccb04afce6337f91aeb5406a63fcaea1269b8.zip hdf5-9c1ccb04afce6337f91aeb5406a63fcaea1269b8.tar.gz hdf5-9c1ccb04afce6337f91aeb5406a63fcaea1269b8.tar.bz2 |
[svn-r16456] Maintenance: Brought h5repack and h5diff test scripts up-to-date.
Modified build script to reflect the change.
Platforms tested: tested tools scripts on the VMS server; build script will
be tested tonight.
Diffstat (limited to 'vms/tools/h5repack')
-rw-r--r-- | vms/tools/h5repack/check_h5repack.com | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vms/tools/h5repack/check_h5repack.com b/vms/tools/h5repack/check_h5repack.com index 1dcbc78..207951e 100644 --- a/vms/tools/h5repack/check_h5repack.com +++ b/vms/tools/h5repack/check_h5repack.com @@ -15,7 +15,7 @@ $!# $! $ ! $ ! This command file tests h5repack utility. The command file has to -$ ! run in the [hdf5-top.tools.testfiles] directory. +$ ! run in the [hdf5-top.tools.h5repack.testfiles] directory. $ ! $ ! $ type sys$input @@ -29,10 +29,11 @@ $ ! $! set message/notext/nofacility/noidentification/noseverity $ current_dir = F$DIRECTRY() $ len = F$LENGTH(current_dir) -$ temp = F$EXTRACT(0, len-10, current_dir) -$ h5diff_dir = temp + "H5DIFF]" +$ temp = F$EXTRACT(0, len-11, current_dir) +$ temp1 = F$EXTRACT(0, len-19, current_dir) +$ h5diff_dir = temp1 + "H5DIFF]" $ h5diff :== $sys$disk:'h5diff_dir'h5diff.exe -$ h5repack_dir = temp + "H5REPACK]" +$ h5repack_dir = temp + "]" $ h5repack :== $sys$disk:'h5repack_dir'h5repack.exe $ ! $ ! |