removing tmpfiles on tinderboxes
git-svn-id: svn://10.0.0.236/trunk@112545 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8a5e627184
commit
09d07a30ba
@ -269,6 +269,10 @@ done
|
||||
|
||||
if [ "$O_TBX" = "ON" -o "$O_LOCAL" = "ON" ] ; then
|
||||
#FIXME - maybe it should be copied back to the networkdrive later (-ln)
|
||||
if [ -n "${TMPFILES}" ] ; then #caused problems on tinderbox machines
|
||||
Debug "rm -f ${TMPFILES}"
|
||||
rm -f $TMPFILES 2>/dev/null
|
||||
fi
|
||||
Debug "running qa_stat"
|
||||
. `dirname $0`/qa_stat
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user