mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r7940] Purpose:
cleanup. Description: Removed the old command that parses setenv2 and setenv3 which are replaced by setenvN. Platforms tested: No h5committest since it does not test this script. Pretty sure it works.
This commit is contained in:
parent
38af6a43fa
commit
4947888c56
21
bin/runtest
21
bin/runtest
@ -310,24 +310,6 @@ RUNSNAPTEST()
|
||||
export $1
|
||||
shift
|
||||
;;
|
||||
setenv2)
|
||||
# set environment variable with 2 values
|
||||
# a kludge now--the extra single quotes are needed
|
||||
# else eval complains.
|
||||
shift
|
||||
eval $1="'$2 $3'"
|
||||
export $1
|
||||
shift; shift
|
||||
;;
|
||||
setenv3)
|
||||
# set environment variable with 3 values
|
||||
# a kludge now--the extra single quotes are needed
|
||||
# else eval complains.
|
||||
shift
|
||||
eval $1="'$2 $3 $4'"
|
||||
export $1
|
||||
shift; shift; shift
|
||||
;;
|
||||
setenvN)
|
||||
# set environment variable with $1 values
|
||||
# e.g., setenvN 3 x a b c is same as setenv x="a b c".
|
||||
@ -421,6 +403,9 @@ RUNSNAPTEST()
|
||||
# op-snapshot <option> snapshot option
|
||||
# --* configure option
|
||||
# setenv <name> <value> set environment variable <name> to <value>
|
||||
# setenvN) <N> <name> <value> ...
|
||||
# set environment variable with <N> values
|
||||
# e.g., setenvN 3 x a b c is same as setenv x="a b c".
|
||||
# skip skip this test
|
||||
SNAPTEST_CONFIG_PARSE()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user