Searched refs:resdir (Results 1 – 10 of 10) sorted by relevance
38 resdir=${2}39 if test -z "$resdir" -o ! -d "$resdir" -o ! -w "$resdir"41 echo "kvm-test-1-run.sh :$resdir: Not a writable directory, cannot store results into it"45 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log46 touch $resdir/ConfigFragment.input57 echo " --- $1" >> $resdir/ConfigFragment.input58 cat $T/Kconfig_args >> $resdir/ConfigFragment.input71 cp $T/KcList $resdir/ConfigFragment73 base_resdir=`echo $resdir | sed -e 's/\.[0-9]\+$//'`74 if test "$base_resdir" != "$resdir" && test -f $base_resdir/bzImage && test -f $base_resdir/vmlinux[all …]
23 resdir="$1"24 if ! test -d "$resdir"26 echo $0: Nonexistent directory: $resdir29 if ! test -f "$resdir/qemu-cmd"31 echo $0: Nonexistent qemu-cmd file: $resdir/qemu-cmd38 grep '^#' $resdir/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings47 sed -e 's/^[^#].*$/'"$taskset_command"'& 2>\&1 \&/' < $resdir/qemu-cmd > $T/qemu-cmd53 echo "NOTE: $QEMU either did not run or was interactive" > $resdir/console.log57 ( . $T/qemu-cmd; wait `cat $resdir/qemu-pid`; echo $? > $resdir/qemu-retval ) &62 if test -s "$resdir/qemu-pid"[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>&176 …kvm.sh --allcpus --duration 3 --trust-make --datestamp "$ds/$idir" > $resdir/$ds/$idir/kvm.sh.out …[all …]
52 resdir=""230 resdir=$2278 if test -z "$resdir"280 resdir=$RCUTORTURE/res416 if ! test -e $resdir418 mkdir -p "$resdir" || :420 mkdir -p $resdir/$ds421 TORTURE_RESDIR="$resdir/$ds"; export TORTURE_RESDIR422 TORTURE_STOPFILE="$resdir/$ds/STOP.1"; export TORTURE_STOPFILE423 echo Results directory: $resdir/$ds[all …]
24 resdir=${2}36 configinit.sh $T/config $resdir45 make -j$((2 * ncpus)) $TORTURE_KMAKE_ARG > $resdir/Make.out 2>&147 … 0 || grep "rcu[^/]*": < $resdir/Make.out | grep -E -q "Stop|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…
289 …resdir="`grep '^Results directory: ' $T/$curflavor.out | tail -1 | sed -e 's/^Results directory: /…290 if test -z "$resdir"295 echo $resdir > $T/last-resdir299 echo "$curflavor($retcode)" $resdir >> $T/successes301 echo "$curflavor($retcode)" $resdir >> $T/failures321 mv $T/last-resdir $T/last-resdir-nodebug || :326 mv $T/last-resdir $T/last-resdir-kasan || :337 mv $T/last-resdir $T/last-resdir-kcsan || :525 mv $T/last-resdir-nodebug $T/first-resdir-nodebug || :528 mv $T/last-resdir-kasan $T/first-resdir-kasan || :[all …]
50 resdir="$T/res"52 rundir=$resdir/$ds232 if checkremotefile "$i" "$resdir/$ds/remote.run" 1>&2236 …ssh -o BatchMode=yes "$i" "cd \"$resdir/$ds\"; touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-r…271 while 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