summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-04-22 04:40:09 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-04-22 04:40:09 (GMT)
commitc7984f291452622e61cddd52c90a2c36e479f30b (patch)
tree1ac0aac21c7924a594932ef68882b171006af945 /bin/runtest
parent1fb7c9c13567baabeffa3e36a951d3c86bf06e38 (diff)
downloadhdf5-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/runtest')
-rwxr-xr-xbin/runtest2
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