Lines Matching refs:tee

79 	echo | tee -a "$oldrun/remote-log"
80 echo " ----" kvm.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
81 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log"
88 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
89 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
106 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
107 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
113 echo | tee -a "$oldrun/remote-log"
114 echo " ----" kvm-again.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
116 echo | tee -a "$oldrun/remote-log"
117 echo Remote run directory: $rundir | tee -a "$oldrun/remote-log"
118 echo Local build-side run directory: $oldrun | tee -a "$oldrun/remote-log"
144 echo "System $i unreachable ($ret), giving up." | tee -a "$oldrun/remote-log"
145 echo ' --- ssh stdout: vvv' | tee -a "$oldrun/remote-log"
146 cat $T/ssh.stdout | tee -a "$oldrun/remote-log"
147 echo ' --- ssh stdout: ^^^' | tee -a "$oldrun/remote-log"
148 echo ' --- ssh stderr: vvv' | tee -a "$oldrun/remote-log"
149 cat $T/ssh.stderr | tee -a "$oldrun/remote-log"
150 echo ' --- ssh stderr: ^^^' | tee -a "$oldrun/remote-log"
153 echo $i: `cat $T/ssh.stdout` CPUs " " `date` | tee -a "$oldrun/remote-log"
157 echo Build-products tarball: `du -h $T/binres.tgz` | tee -a "$oldrun/remote-log"
160 echo Downloading tarball to $i `date` | tee -a "$oldrun/remote-log"
166 …nres.tgz to system $i, waiting and then retrying. $tries prior retries. | tee -a "$oldrun/remote-…
174 echo Unable to download $T/binres.tgz to system $i, giving up. | tee -a "$oldrun/remote-log"
197 …echo " ---" ssh failure to $1 checking for file $2, retry after $sleeptime seconds. `date` | tee -…
258 cat "$T/startbatches.stderr" | tee -a "$oldrun/remote-log"
265 echo All batches started. `date` | tee -a "$oldrun/remote-log"
270 echo " ---" Waiting for $i `date` | tee -a "$oldrun/remote-log"
275 echo " ---" Collecting results from $i `date` | tee -a "$oldrun/remote-log"
279 ( kvm-end-run-stats.sh "$oldrun" "$starttime"; echo $? > $T/exitcode ) | tee -a "$oldrun/remote-log"