Searched refs:rundir (Results 1 – 6 of 6) sorted by relevance
57 rundir="`pwd`/tools/testing/selftests/rcutorture/res/`date +%Y.%m.%d-%H.%M.%S-again`"114 --rundir)115 checkarg --rundir "(absolute pathname)" "$#" "$2" '^/' '^error'116 rundir=$2117 if test -e "$rundir"136 echo ---- Re-run results directory: $rundir139 mkdir -p "`dirname "$rundir"`"140 if ! $arg_link "$oldrun" "$rundir"142 echo "Cannot copy from $oldrun to $rundir."145 … "$rundir"/*/{console.log,console.log.diags,qemu_pid,qemu-pid,qemu-retval,Warnings,kvm-test-1-run.…[all …]
14 rundir="$1"15 if ! test -d "$rundir"17 echo kvm-end-run-stats.sh: Specified run directory does not exist: $rundir31 echo | tee -a "$rundir/log"32 echo | tee -a "$rundir/log"33 echo " --- `date` Test summary:" | tee -a "$rundir/log"34 echo Results directory: $rundir | tee -a "$rundir/log"35 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log"36 kvm-recheck.sh "$rundir" > $T/kvm-recheck.sh.out 2>&138 cat $T/kvm-recheck.sh.out | tee -a "$rundir/log"[all …]
20 rundir="${1}"21 if test -z "$rundir" -o ! -d "$rundir"23 echo Directory "$rundir" not found.31 for i in ${rundir}/*/Make.out39 elif ! test -f ${scenariobasedir}/vmlinux && ! test -f "${rundir}/re-run"52 if grep -q -e "--build-\?only" < ${rundir}/log && ! test -f "${rundir}/remote-log"60 for i in ${rundir}/*/console.log
53 rundir=$resdir/$ds54 echo Results directory: $rundir85 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1103 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1111 cp -a "$rundir" "$RCUTORTURE/res/"118 echo Remote run directory: $rundir | tee -a "$oldrun/remote-log"122 awk < "$rundir"/scenarios -v dest="$T/bin" -v rundir="$rundir" '238 echo " ----" System $i Batch `head -n $curbatch < "$rundir"/scenarios | tail -1` `date` 1>&2245 nbatches="`wc -l "$rundir"/scenarios | awk '{ print $1 }'`"271 …( cd "$oldrun"; ssh -o BatchMode=yes $i "cd $rundir; tar -czf - kvm-remote-*.sh.out */console.log …
132 static void daemonize(char *rundir, char *pidfile) argument185 ret = chdir(rundir);
128 $ ./configure --with-rundir=/run