• Home
  • Raw
  • Download

Lines Matching refs:TMP

548         echo "FATAL: Unable to make temporary directory: $TMP"
554 export TMPDIR=$TMP
556 chmod 777 $TMP || \
558 echo "unable to chmod 777 $TMP ... aborting"
562 cd $TMP || \
564 echo "could not cd ${TMP} ... exiting"
570 INSTANCES="$INSTANCES -O ${TMP}"
587 cat_ok_sentinel=$TMP/cat_ok.$$
593 cat $scenfile >> "$TMP/alltests" || {
595 rm -Rf "$TMP"
608 cat "$scenfile" >> ${TMP}/alltests || \
611 rm -Rf "$TMP"
619 wget -q "${CMDFILEADDR}" -O ${TMP}/wgetcmdfile
624 cat "${TMP}/wgetcmdfile" >> ${TMP}/alltests || \
637 cat ${LTPROOT}/runtest/fsx >> ${TMP}/alltests ||
647 mv -f ${TMP}/alltests ${TMP}/alltests.orig
648 …grep $TAG_RESTRICT_STRING ${TMP}/alltests.orig > ${TMP}/alltests #Not worth checking return codes …
697 …sed -e '/^$/ d' -e 's/^[ ,\t]*//' -e '/^#/ d' < ${TMP}/alltests > ${TMP}/alltests.temp ##This remo…
698 …sed 's/^[0-9,a-z,A-Z]*/'"$inc"'_ITERATION_&/' < ${TMP}/alltests.temp > ${TMP}/alltests ## .temp is…
701 …sed 's/^[0-9,a-z,A-Z]*/'"$inc"'_ITERATION_&/' < ${TMP}/alltests.temp >> ${TMP}/alltests #Keep appe…
706 sort -R ${TMP}/alltests -o ${TMP}/alltests
711 -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE $FAILCMDFILE $TCONFCMDFILE"
765 ${TMP}/alltests > ${TMP}/alltests.tmp
766 cp ${TMP}/alltests.tmp ${TMP}/alltests
767 rm -rf ${TMP}/alltests.tmp
783 ${TMP}/alltests $VALGRIND_CHECK_TYPE > \
784 ${TMP}/alltests.tmp
785 cp ${TMP}/alltests.tmp ${TMP}/alltests
786 rm -rf ${TMP}/alltests.tmp
800 ${TMP}/alltests > ${TMP}/alltests.tmp
801 cp ${TMP}/alltests.tmp ${TMP}/alltests
802 rm -rf ${TMP}/alltests.tmp
806 …UIET_MODE $NO_KMSG -e -S $INSTANCES $DURATION -a $$ -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE …
942 dd if=/dev/zero of=${TMP}/test.img bs=1024 count=262144 >/dev/null 2>&1
954 losetup $LOOP_DEV ${TMP}/test.img
985 rm -rf ${TMP}