summaryrefslogtreecommitdiffstats
path: root/bin/snapshot_version
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-03-06 00:55:31 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-03-06 00:55:31 (GMT)
commita3c023c1438e42b50acb176682a8ed1cd924e5c7 (patch)
tree62d66ddb884a94420ad7d776b83180b1a0162e99 /bin/snapshot_version
parente95f07dc6b1a58583a31bbf285dee16fe3cc4460 (diff)
downloadhdf5-a3c023c1438e42b50acb176682a8ed1cd924e5c7.zip
hdf5-a3c023c1438e42b50acb176682a8ed1cd924e5c7.tar.gz
hdf5-a3c023c1438e42b50acb176682a8ed1cd924e5c7.tar.bz2
[svn-r5034] 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_version6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/snapshot_version b/bin/snapshot_version
new file mode 100644
index 0000000..4ff14f1
--- /dev/null
+++ b/bin/snapshot_version
@@ -0,0 +1,6 @@
+# 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