Lines Matching refs:rundir
58 rundir="$resdir/`date +%Y.%m.%d-%H.%M.%S-again`"
90 echo Only one of --datestamp or --rundir may be specified
95 rundir="$resdir/$ds"
96 if test -e "$rundir"
142 --rundir)
143 checkarg --rundir "(absolute pathname)" "$#" "$2" '^/' '^error'
146 echo Only one of --datestamp or --rundir may be specified
150 rundir=$2
151 if test -e "$rundir"
173 echo ---- Re-run results directory: $rundir
176 mkdir -p "`dirname "$rundir"`"
177 if ! $arg_link "$oldrun" "$rundir"
179 echo "Cannot copy from $oldrun to $rundir."
182 … "$rundir"/*/{console.log,console.log.diags,qemu_pid,qemu-pid,qemu-retval,Warnings,kvm-test-1-run.…
183 touch "$rundir/log"
184 echo $scriptname $args | tee -a "$rundir/log"
185 echo $oldrun > "$rundir/re-run"
186 if ! test -d "$rundir/../../bin"
188 $arg_link "$oldrun/../../bin" "$rundir/../.."
190 for i in $rundir/*/qemu-cmd
217 echo ---- Dryrun complete, directory: $rundir | tee -a "$rundir/log"
219 ( cd "$rundir"; sh $T/runbatches.sh ) | tee -a "$rundir/log"
220 kvm-end-run-stats.sh "$rundir" "$starttime"