Home
last modified time | relevance | path

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

/tools/testing/selftests/rcutorture/bin/
A Dkvm-test-1-run.sh38 resdir=${2}
39 if test -z "$resdir" -o ! -d "$resdir" -o ! -w "$resdir"
94 mv $resdir/build.wait $resdir/build.ready
102 cp vmlinux $resdir
103 cp .config $resdir
108 cp $BOOT_IMAGE $resdir
123 mv $resdir/build.wait $resdir/build.ready
129 mv $resdir/build.wait $resdir/build.ready
181 echo " " $resdir/ConfigFragment >> $resdir/bare-metal
192 echo " " $resdir/.config >> $resdir/bare-metal
[all …]
A Dkvm-test-1-run-qemu.sh23 resdir="$1"
24 if ! test -d "$resdir"
29 if ! test -f "$resdir/qemu-cmd"
57 ( . $T/qemu-cmd; wait `cat $resdir/qemu-pid`; echo $? > $resdir/qemu-retval ) &
62 if test -s "$resdir/qemu-pid"
64 qemu_pid=`cat "$resdir/qemu-pid"`
111 grep "^(qemu) qemu:" $resdir/kvm-test-1-run*.sh.out >> $resdir/Warnings 2>&1
126 qemu_pid=`cat "$resdir/qemu-pid"`
130 if ! test -f "$resdir/../STOP.1"
137 if test -f "$resdir/../STOP.1"
[all …]
A Dmktestid.sh12 resdir="$1"
13 if test -z "${resdir}" || ! test -d "${resdir}" || ! test -w "${resdir}"
15 echo Path '"'${resdir}'"' not writeable directory, no ${resdir}/testid.txt.
18 echo Build directory: `pwd` > ${resdir}/testid.txt
21 echo Current commit: `git rev-parse HEAD` >> ${resdir}/testid.txt
22 echo >> ${resdir}/testid.txt
23 echo ' ---' Output of "'"git status"'": >> ${resdir}/testid.txt
24 git status >> ${resdir}/testid.txt
25 echo >> ${resdir}/testid.txt
26 echo >> ${resdir}/testid.txt
[all …]
A Dkvm-check-branches.sh43 resdir="tools/testing/selftests/rcutorture/res"
45 if ! test -e $resdir
47 mkdir $resdir || :
49 mkdir $resdir/$ds
50 echo Results directory: $resdir/$ds
69 mkdir $resdir/$ds/$idir
70 echo $gitbr > $resdir/$ds/$idir/gitbr
71 echo $i >> $resdir/$ds/$idir/gitbr
74 git checkout $i > $resdir/$ds/$idir/git-checkout.out 2>&1
79 echo Run results: $resdir/$ds/$idir
[all …]
A Dkvm-build.sh24 resdir=${2}
36 configinit.sh $T/config $resdir
45 make -j$((2 * ncpus)) $TORTURE_KMAKE_ARG > $resdir/Make.out 2>&1
47 …grep "rcu[^/]*": < $resdir/Make.out | grep -E -q "Stop|ERROR|Error|error:|warning:" || grep -E -q …
50 grep -E "Stop|Error|error:|warning:" < $resdir/Make.out
A Dconfiginit.sh24 resdir=$2
32 make clean > $resdir/Make.clean 2>&1
34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
38 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
A Dkvm.sh54 resdir=""
246 resdir=$2
294 if test -z "$resdir"
296 resdir=$RCUTORTURE/res
433 if ! test -e $resdir
435 mkdir -p "$resdir" || :
437 mkdir -p $resdir/$ds
442 touch $resdir/$ds/log
445 mktestid.sh $resdir/$ds
586 -v rd=$resdir/$ds/ \
[all …]
A Dtorture.sh348 if test -z "$resdir"
353 echo $resdir > $T/last-resdir
381 if test -e $T/last-resdir
383 mv $T/last-resdir $T/last-resdir-nodebug || :
390 if test -e $T/last-resdir
392 mv $T/last-resdir $T/last-resdir-kasan || :
409 if test -e $T/last-resdir
411 mv $T/last-resdir $T/last-resdir-kcsan || :
650 mv $T/last-resdir-nodebug $T/first-resdir-nodebug || :
653 mv $T/last-resdir-kasan $T/first-resdir-kasan || :
[all …]
A Dkvm-remote.sh50 resdir="$T/res"
52 rundir=$resdir/$ds
238 if checkremotefile "$i" "$resdir/$ds/remote.run" 1>&2
242 …ssh -o BatchMode=yes "$i" "cd \"$resdir/$ds\"; touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-r…
279 checkremotefile "$i" "$resdir/$ds/remote.run"
A Dkvm-again.sh57 resdir="`pwd`/tools/testing/selftests/rcutorture/res"
58 rundir="$resdir/`date +%Y.%m.%d-%H.%M.%S-again`"
95 rundir="$resdir/$ds"
A Dkvm-recheck.sh32 resdir=`echo $i | sed -e 's,/$,,' -e 's,/[^/]*$,,'`
33 head -1 $resdir/log

Completed in 37 milliseconds