Lines Matching full:tee
80 echo | tee -a "$oldrun/remote-log"
81 echo " ----" kvm.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
82 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log"
89 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
90 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
107 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
108 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
114 echo | tee -a "$oldrun/remote-log"
115 echo " ----" kvm-again.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
117 echo | tee -a "$oldrun/remote-log"
118 echo Remote run directory: $rundir | tee -a "$oldrun/remote-log"
119 echo Local build-side run directory: $oldrun | tee -a "$oldrun/remote-log"
145 echo System $i unreachable, giving up. | tee -a "$oldrun/remote-log"
148 echo $i: $ncpus CPUs " " `date` | tee -a "$oldrun/remote-log"
152 echo Build-products tarball: `du -h $T/binres.tgz` | tee -a "$oldrun/remote-log"
155 echo Downloading tarball to $i `date` | tee -a "$oldrun/remote-log"
161 …nres.tgz to system $i, waiting and then retrying. $tries prior retries. | tee -a "$oldrun/remote-…
169 echo Unable to download $T/binres.tgz to system $i, giving up. | tee -a "$oldrun/remote-log"
192 …echo " ---" ssh failure to $1 checking for file $2, retry after $sleeptime seconds. `date` | tee -…
198 echo " ---" File \"$2\" not found: ssh $1 test -f \"$2\" | tee -a "$oldrun/remote-log"
201 …echo " ---" Exit code $ret: ssh $1 test -f \"$2\", retry after $sleeptime seconds. `date` | tee -a…
253 cat "$T/startbatches.stderr" | tee -a "$oldrun/remote-log"
260 echo All batches started. `date` | tee -a "$oldrun/remote-log"
265 echo " ---" Waiting for $i `date` | tee -a "$oldrun/remote-log"
270 echo " ---" Collecting results from $i `date` | tee -a "$oldrun/remote-log"
274 ( kvm-end-run-stats.sh "$oldrun" "$starttime"; echo $? > $T/exitcode ) | tee -a "$oldrun/remote-log"