Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/rcutorture/bin/
Dkvm-again.sh57 rundir="`pwd`/tools/testing/selftests/rcutorture/res/`date +%Y.%m.%d-%H.%M.%S-again`"
114 --rundir)
115 checkarg --rundir "(absolute pathname)" "$#" "$2" '^/' '^error'
116 rundir=$2
117 if test -e "$rundir"
136 echo ---- Re-run results directory: $rundir
139 mkdir -p "`dirname "$rundir"`"
140 if ! $arg_link "$oldrun" "$rundir"
142 echo "Cannot copy from $oldrun to $rundir."
145 … "$rundir"/*/{console.log,console.log.diags,qemu_pid,qemu-pid,qemu-retval,Warnings,kvm-test-1-run.…
[all …]
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 …]
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
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" '
225 echo " ----" System $i Batch `head -n $curbatch < "$rundir"/scenarios | tail -1` `date` 1>&2
232 nbatches="`wc -l "$rundir"/scenarios | awk '{ print $1 }'`"
257 …( cd "$oldrun"; ssh $i "cd $rundir; tar -czf - kvm-remote-*.sh.out */console.log */kvm-test-1-run*…