Lines Matching refs:rundir
57 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.…
146 touch "$rundir/log"
147 echo $scriptname $args | tee -a "$rundir/log"
148 echo $oldrun > "$rundir/re-run"
149 if ! test -d "$rundir/../../bin"
151 $arg_link "$oldrun/../../bin" "$rundir/../.."
153 for i in $rundir/*/qemu-cmd
180 echo ---- Dryrun complete, directory: $rundir | tee -a "$rundir/log"
182 ( cd "$rundir"; sh $T/runbatches.sh ) | tee -a "$rundir/log"
183 kvm-end-run-stats.sh "$rundir" "$starttime"