Home
last modified time | relevance | path

Searched refs:resdir (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh59 resdir=${3}
60 if test -z "$resdir" -o ! -d "$resdir" -o ! -w "$resdir"
62 echo "kvm-test-1-run.sh :$resdir: Not a writable directory, cannot store results into it"
65 cp $config_template $resdir/ConfigFragment
67 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
100 cp $builddir/Make*.out $resdir
101 cp $builddir/.config $resdir
104 cp $builddir/$BOOT_IMAGE $resdir
106 echo No identifiable boot image, not running KVM, see $resdir.
109 parse-build.sh $resdir/Make.out $title
[all …]
Dkvm.sh46 resdir=""
149 resdir=$2
172 if test -z "$resdir"
174 resdir=$KVM/res
270 if ! test -e $resdir
272 mkdir -p "$resdir" || :
274 mkdir $resdir/$ds
275 echo Results directory: $resdir/$ds
277 touch $resdir/$ds/log
278 echo $scriptname $args >> $resdir/$ds/log
[all …]
Dkvm-recheck.sh38 resdir=`echo $i | sed -e 's,/$,,' -e 's,/[^/]*$,,'`
39 head -1 $resdir/log