• Home
  • Raw
  • Download

Lines Matching refs:TMP

547         echo "FATAL: Unable to make temporary directory: $TMP"
553 export TMPDIR=$TMP
555 chmod 777 $TMP || \
557 echo "unable to chmod 777 $TMP ... aborting"
561 cd $TMP || \
563 echo "could not cd ${TMP} ... exiting"
569 INSTANCES="$INSTANCES -O ${TMP}"
618 cat_ok_sentinel=$TMP/cat_ok.$$
629 cat $scenfile >> "$TMP/alltests" || {
631 rm -Rf "$TMP"
650 cat "$scenfile" >> ${TMP}/alltests || \
653 rm -Rf "$TMP"
661 wget -q "${CMDFILEADDR}" -O ${TMP}/wgetcmdfile
666 cat "${TMP}/wgetcmdfile" >> ${TMP}/alltests || \
679 cat ${LTPROOT}/runtest/fsx >> ${TMP}/alltests ||
689 mv -f ${TMP}/alltests ${TMP}/alltests.orig
690 …grep $TAG_RESTRICT_STRING ${TMP}/alltests.orig > ${TMP}/alltests #Not worth checking return codes …
697 sed -i "/^$file[ \t]/d" ${TMP}/alltests
739 …sed -e '/^$/ d' -e 's/^[ ,\t]*//' -e '/^#/ d' < ${TMP}/alltests > ${TMP}/alltests.temp ##This remo…
740 …sed 's/^[0-9,a-z,A-Z]*/'"$inc"'_ITERATION_&/' < ${TMP}/alltests.temp > ${TMP}/alltests ## .temp is…
743 …sed 's/^[0-9,a-z,A-Z]*/'"$inc"'_ITERATION_&/' < ${TMP}/alltests.temp >> ${TMP}/alltests #Keep appe…
748 sort -R ${TMP}/alltests -o ${TMP}/alltests
753 -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE $FAILCMDFILE $TCONFCMDFILE"
807 ${TMP}/alltests > ${TMP}/alltests.tmp
808 cp ${TMP}/alltests.tmp ${TMP}/alltests
809 rm -rf ${TMP}/alltests.tmp
825 ${TMP}/alltests $VALGRIND_CHECK_TYPE > \
826 ${TMP}/alltests.tmp
827 cp ${TMP}/alltests.tmp ${TMP}/alltests
828 rm -rf ${TMP}/alltests.tmp
842 ${TMP}/alltests > ${TMP}/alltests.tmp
843 cp ${TMP}/alltests.tmp ${TMP}/alltests
844 rm -rf ${TMP}/alltests.tmp
848 …p-pan" $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE …
989 dd if=/dev/zero of=${TMP}/test.img bs=1024 count=262144 >/dev/null 2>&1
1001 losetup $LOOP_DEV ${TMP}/test.img
1032 rm -rf ${TMP}