Lines Matching refs:log

226 echo " --- " $scriptname $args | tee -a $T/log
227 echo " --- Results directory: " $ds | tee -a $T/log
237 echo " --- Zero time for rcutorture, disabling" | tee -a $T/log
249 echo " --- Zero time for locktorture, disabling" | tee -a $T/log
261 echo " --- Zero time for scftorture, disabling" | tee -a $T/log
281 echo " --- $curflavor:" Start `date` | tee -a $T/log
292 cat $T/$curflavor.out | tee -a $T/log
293 echo retcode=$retcode | tee -a $T/log
344 echo " --- allmodconfig:" Start `date` | tee -a $T/log
347 echo " --- make clean" | tee $amcdir/log > "$amcdir/Make.out" 2>&1
353 echo " --- make allmodconfig" | tee -a $amcdir/log >> "$amcdir/Make.out" 2>&1
361 echo " --- make " | tee -a $amcdir/log >> "$amcdir/Make.out" 2>&1
370 echo Success >> $amcdir/log
373 echo " --- allmodconfig Test summary:" >> $amcdir/log
374 echo " --- Summary: Exit code $retcode from $buildphase, see Make.out" >> $amcdir/log
381 echo " --- rcutasksflavors:" Start `date` | tee -a $T/log
393 echo " --- Running RCU Tasks Trace flavor $flavor `date`" >> $rtfdir/log
404 echo Success >> $rtfdir/log
407 echo " --- rcutasksflavors Test summary:" >> $rtfdir/log
408 echo " --- Summary: Exit code $retcode from $flavor, see Make.out" >> $rtfdir/log
446 echo " --- do-srcu-lockdep:" Start `date` | tee -a $T/log
449 cp $T/srcu_lockdep.sh.out "tools/testing/selftests/rcutorture/res/$ds/results-srcu-lockdep/log"
453 echo Success >> "tools/testing/selftests/rcutorture/res/$ds/results-srcu-lockdep/log"
456 echo " --- srcu_lockdep Test Summary:" >> "tools/testing/selftests/rcutorture/res/$ds/results-srcu-lockdep/log"
457 echo " --- Summary: Exit code $retcode from srcu_lockdep.sh, see ds/results-srcu-lockdep" >> "tools/testing/selftests/rcutorture/res/$ds/results-srcu-lockdep/log"
582 echo " --- " Done `date` | tee -a $T/log
585 echo SUCCESSES: | tee -a $T/log
588 cat "$T/successes" | tee -a $T/log
592 echo FAILURES: | tee -a $T/log
595 awk < "$T/failures" -v sq="'" '{ print "echo " sq $0 sq; print "sed -e " sq "1,/^ --- .* Test summary:$/d" sq " " $2 "/log | grep Summary: | sed -e " sq "s/^[^S]*/ /" sq; }' | sh | tee -a $T/log | tee "$T/failuresum"
609 echo Started at $startdate, ended at `date`, duration `get_starttime_duration $starttime`. | tee -a $T/log
610 echo Summary: Successes: $nsuccesses Failures: $nfailures. | tee -a $T/log
631 echo Looking for K[AC]SAN files to compress: `date` > "$tdir/log-xz" 2>&1
645 echo Size before compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | tee -a "$tdir/log-xz" | tee -a $T/log
648 echo Compressing vmlinux files in ${i}: `date` >> "$tdir/log-xz" 2>&1
651 xz "$j" >> "$tdir/log-xz" 2>&1 &
655 echo Waiting for batch $batchno of $ncompresses compressions `date` | tee -a "$tdir/log-xz" | tee -a $T/log
664 echo Waiting for final batch $batchno of $ncompresses compressions `date` | tee -a "$tdir/log-xz" | tee -a $T/log
671 echo Linking vmlinux.xz files to re-use scenarios `date` | tee -a "$tdir/log-xz" | tee -a $T/log
685 echo Size after compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | tee -a "$tdir/log-xz" | tee -a $T/log
686 echo Total duration `get_starttime_duration $starttime`. | tee -a $T/log
688 echo No compression needed: `date` >> "$tdir/log-xz" 2>&1
693 cp $T/log "$tdir"