diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-04-22 04:43:04 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-04-22 04:43:04 (GMT) |
commit | f133f83f2c078ffb979e17bbabb3a0e64bff0082 (patch) | |
tree | 59046b9d9ba895acae8cdccdab369b11b8d7dafe /bin | |
parent | 9c9395071c754d1d642be09abb3518cc08cd6b45 (diff) | |
download | hdf5-f133f83f2c078ffb979e17bbabb3a0e64bff0082.zip hdf5-f133f83f2c078ffb979e17bbabb3a0e64bff0082.tar.gz hdf5-f133f83f2c078ffb979e17bbabb3a0e64bff0082.tar.bz2 |
[svn-r10643] Changed the TMPFILE to reside in snapshot log area.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest index 7138197..e4c6faa 100755 --- a/bin/runtest +++ b/bin/runtest @@ -647,7 +647,7 @@ DIFFLOG=${LOGDIR}/DIFF_LOG_${TODAY} # Snap Test hosts and Configuration files ALLHOSTSFILE=${SNAPYARD}/allhostfile SNAPTESTCFG=${SNAPYARD}/snaptest.cfg -TMPFILE="/tmp/#runtest.${TODAY}.$$" +TMPFILE="${LOGDIR}/#runtest.${TODAY}.$$" # more processing of setup option if requested if test x-$CMD = x-setup; then |