Lines Matching refs:resdir
52 resdir=""
230 resdir=$2
278 if test -z "$resdir"
280 resdir=$RCUTORTURE/res
416 if ! test -e $resdir
418 mkdir -p "$resdir" || :
420 mkdir -p $resdir/$ds
421 TORTURE_RESDIR="$resdir/$ds"; export TORTURE_RESDIR
422 TORTURE_STOPFILE="$resdir/$ds/STOP.1"; export TORTURE_STOPFILE
423 echo Results directory: $resdir/$ds
425 touch $resdir/$ds/log
426 echo $scriptname $args >> $resdir/$ds/log
427 echo ${TORTURE_SUITE} > $resdir/$ds/torture_suite
428 echo Build directory: `pwd` > $resdir/$ds/testid.txt
431 echo Current commit: `git rev-parse HEAD` >> $resdir/$ds/testid.txt
432 echo >> $resdir/$ds/testid.txt
433 echo ' ---' Output of "'"git status"'": >> $resdir/$ds/testid.txt
434 git status >> $resdir/$ds/testid.txt
435 echo >> $resdir/$ds/testid.txt
436 echo >> $resdir/$ds/testid.txt
437 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt
438 git diff HEAD >> $resdir/$ds/testid.txt
580 -v rd=$resdir/$ds/ \
585 echo kvm-end-run-stats.sh "$resdir/$ds" "$starttime" >> $T/script
646 cp $T/batches $resdir/$ds/batches
647 cp $T/scenarios $resdir/$ds/scenarios
648 echo '#' cpus=$cpus >> $resdir/$ds/batches