diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-04-22 04:40:09 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-04-22 04:40:09 (GMT) |
commit | c7984f291452622e61cddd52c90a2c36e479f30b (patch) | |
tree | 1ac0aac21c7924a594932ef68882b171006af945 /bin | |
parent | 1fb7c9c13567baabeffa3e36a951d3c86bf06e38 (diff) | |
download | hdf5-c7984f291452622e61cddd52c90a2c36e479f30b.zip hdf5-c7984f291452622e61cddd52c90a2c36e479f30b.tar.gz hdf5-c7984f291452622e61cddd52c90a2c36e479f30b.tar.bz2 |
[svn-r10642] 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 |