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.
7 lines
248 B
Plaintext
7 lines
248 B
Plaintext
# 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
|