From c7984f291452622e61cddd52c90a2c36e479f30b Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 21 Apr 2005 23:40:09 -0500 Subject: [svn-r10642] Changed the TMPFILE to reside in snapshot log area. --- bin/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12