Lines Matching refs:T

47 T=${TMPDIR-/tmp}/$TD
49 mkdir $T
51 resdir="$T/res"
69 kvm.sh --remote "$@" $datestamp --buildonly > $T/kvm.sh.out 2>&1
74 cat $T/kvm.sh.out
77 oldrun="`grep -m 1 "^Results directory: " $T/kvm.sh.out | awk '{ print $3 }'`"
82 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log"
85 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
90 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
103 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
108 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
116 cat $T/kvm-again.sh.out
122 awk < "$rundir"/scenarios -v dest="$T/bin" -v rundir="$rundir" '
135 chmod +x $T/bin/kvm-remote-*.sh
136 ( cd "`dirname $T`"; tar -chzf $T/binres.tgz "$TD/bin" "$TD/res" )
152 echo Build-products tarball: `du -h $T/binres.tgz` | tee -a "$oldrun/remote-log"
156 cat $T/binres.tgz | ssh -o BatchMode=yes $i "cd /tmp; tar -xzf -"
161 …echo Unable to download $T/binres.tgz to system $i, waiting and then retrying. $tries prior retri…
163 cat $T/binres.tgz | ssh -o BatchMode=yes $i "cd /tmp; tar -xzf -"
169 echo Unable to download $T/binres.tgz to system $i, giving up. | tee -a "$oldrun/remote-log"
231 …ssh -o BatchMode=yes "$i" "cd \"$resdir/$ds\"; touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-r…
249 startbatches $curbatch $nbatches > $T/curbatch 2> $T/startbatches.stderr
250 curbatch="`cat $T/curbatch`"
251 if test -s "$T/startbatches.stderr"
253 cat "$T/startbatches.stderr" | tee -a "$oldrun/remote-log"
271 …kvm-test-1-run*.sh.out */qemu[_-]pid */qemu-retval */qemu-affinity; rm -rf $T > /dev/null 2>&1" | …
274 ( kvm-end-run-stats.sh "$oldrun" "$starttime"; echo $? > $T/exitcode ) | tee -a "$oldrun/remote-log"
275 exit "`cat $T/exitcode`"