Searched refs:resdir (Results 1 – 11 of 11) sorted by relevance
38 resdir=${2}39 if test -z "$resdir" -o ! -d "$resdir" -o ! -w "$resdir"94 mv $resdir/build.wait $resdir/build.ready102 cp vmlinux $resdir103 cp .config $resdir108 cp $BOOT_IMAGE $resdir123 mv $resdir/build.wait $resdir/build.ready129 mv $resdir/build.wait $resdir/build.ready181 echo " " $resdir/ConfigFragment >> $resdir/bare-metal192 echo " " $resdir/.config >> $resdir/bare-metal[all …]
23 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>&1126 qemu_pid=`cat "$resdir/qemu-pid"`130 if ! test -f "$resdir/../STOP.1"137 if test -f "$resdir/../STOP.1"[all …]
12 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.txt21 echo Current commit: `git rev-parse HEAD` >> ${resdir}/testid.txt22 echo >> ${resdir}/testid.txt23 echo ' ---' Output of "'"git status"'": >> ${resdir}/testid.txt24 git status >> ${resdir}/testid.txt25 echo >> ${resdir}/testid.txt26 echo >> ${resdir}/testid.txt[all …]
43 resdir="tools/testing/selftests/rcutorture/res"45 if ! test -e $resdir47 mkdir $resdir || :49 mkdir $resdir/$ds50 echo Results directory: $resdir/$ds69 mkdir $resdir/$ds/$idir70 echo $gitbr > $resdir/$ds/$idir/gitbr71 echo $i >> $resdir/$ds/$idir/gitbr74 git checkout $i > $resdir/$ds/$idir/git-checkout.out 2>&179 echo Run results: $resdir/$ds/$idir[all …]
24 resdir=${2}36 configinit.sh $T/config $resdir45 make -j$((2 * ncpus)) $TORTURE_KMAKE_ARG > $resdir/Make.out 2>&147 …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
24 resdir=$232 make clean > $resdir/Make.clean 2>&134 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&138 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
54 resdir=""246 resdir=$2294 if test -z "$resdir"296 resdir=$RCUTORTURE/res433 if ! test -e $resdir435 mkdir -p "$resdir" || :437 mkdir -p $resdir/$ds442 touch $resdir/$ds/log445 mktestid.sh $resdir/$ds586 -v rd=$resdir/$ds/ \[all …]
348 if test -z "$resdir"353 echo $resdir > $T/last-resdir381 if test -e $T/last-resdir383 mv $T/last-resdir $T/last-resdir-nodebug || :390 if test -e $T/last-resdir392 mv $T/last-resdir $T/last-resdir-kasan || :409 if test -e $T/last-resdir411 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 …]
50 resdir="$T/res"52 rundir=$resdir/$ds238 if checkremotefile "$i" "$resdir/$ds/remote.run" 1>&2242 …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"
57 resdir="`pwd`/tools/testing/selftests/rcutorture/res"58 rundir="$resdir/`date +%Y.%m.%d-%H.%M.%S-again`"95 rundir="$resdir/$ds"
32 resdir=`echo $i | sed -e 's,/$,,' -e 's,/[^/]*$,,'`33 head -1 $resdir/log
Completed in 37 milliseconds