Home
last modified time | relevance | path

Searched refs:rundir (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/rcutorture/bin/
A Dkvm-again.sh114 --rundir)
116 rundir=$2
117 if test -e "$rundir"
139 mkdir -p "`dirname "$rundir"`"
140 if ! $arg_link "$oldrun" "$rundir"
146 touch "$rundir/log"
148 echo $oldrun > "$rundir/re-run"
149 if ! test -d "$rundir/../../bin"
153 for i in $rundir/*/qemu-cmd
180 echo ---- Dryrun complete, directory: $rundir | tee -a "$rundir/log"
[all …]
A Dkvm-end-run-stats.sh14 rundir="$1"
15 if ! test -d "$rundir"
17 echo kvm-end-run-stats.sh: Specified run directory does not exist: $rundir
31 echo | tee -a "$rundir/log"
32 echo | tee -a "$rundir/log"
33 echo " --- `date` Test summary:" | tee -a "$rundir/log"
34 echo Results directory: $rundir | tee -a "$rundir/log"
35 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log"
36 kvm-recheck.sh "$rundir" > $T/kvm-recheck.sh.out 2>&1
38 cat $T/kvm-recheck.sh.out | tee -a "$rundir/log"
[all …]
A Dkvm-find-errors.sh20 rundir="${1}"
21 if test -z "$rundir" -o ! -d "$rundir"
23 echo Directory "$rundir" not found.
31 for i in ${rundir}/*/Make.out
46 if grep -q -e "--build-\?only" < ${rundir}/log && ! test -f "${rundir}/remote-log"
54 for i in ${rundir}/*/console.log
A Dkvm-remote.sh53 rundir=$resdir/$ds
54 echo Results directory: $rundir
85 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
103 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
111 cp -a "$rundir" "$KVM/res/"
118 echo Remote run directory: $rundir | tee -a "$oldrun/remote-log"
122 awk < "$rundir"/scenarios -v dest="$T/bin" -v rundir="$rundir" '
226 echo " ----" System $i Batch `head -n $curbatch < "$rundir"/scenarios | tail -1` `date` 1>&2
233 nbatches="`wc -l "$rundir"/scenarios | awk '{ print $1 }'`"
258 …( cd "$oldrun"; ssh $i "cd $rundir; tar -czf - kvm-remote-*.sh.out */console.log */kvm-test-1-run*…

Completed in 4 milliseconds