diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-03-06 00:55:23 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-03-06 00:55:23 (GMT) |
commit | 06fd7bfdfeb949dd16703dc42d4685e2d4da7a09 (patch) | |
tree | e4187d7583a5bcd9400d09567c7a71c4491faa31 /bin/snapshot_version | |
parent | 10fb6c96662ae3202cfca212a7eb23992c74e42c (diff) | |
download | hdf5-06fd7bfdfeb949dd16703dc42d4685e2d4da7a09.zip hdf5-06fd7bfdfeb949dd16703dc42d4685e2d4da7a09.tar.gz hdf5-06fd7bfdfeb949dd16703dc42d4685e2d4da7a09.tar.bz2 |
[svn-r5033] Purpose:
New feature
Description:
Replacing the hardcoding of default version for snapshot test
to a file, bin/snapshot_version. This way, runtest and snapshot
can be version neutral. Makes maintenance easier.
Platforms tested:
eirene.
Diffstat (limited to 'bin/snapshot_version')
-rw-r--r-- | bin/snapshot_version | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/snapshot_version b/bin/snapshot_version new file mode 100644 index 0000000..f450563 --- /dev/null +++ b/bin/snapshot_version @@ -0,0 +1,7 @@ +# default version for snapshot test +# H5VERSION matches with a cvs version symbolic name. Will test use the +# latest revision of that branch. If set to "hdf5", it uses the main +# version. +# H5VER tells runtest which version to run +H5VERSION=hdf5_1_4 +H5VER="-r1.4" |