Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/rcutorture/bin/
Dkvm-remote.sh209 if test "$curbatch" -gt "$nbatches"
218 … touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-remote-$curbatch.sh > kvm-remote-$curbatch.sh.o…
225 echo " ----" System $i Batch `head -n $curbatch < "$rundir"/scenarios | tail -1` `date` 1>&2
226 curbatch=$((curbatch + 1))
228 echo $curbatch
233 curbatch=1
234 while test "$curbatch" -le "$nbatches"
236 startbatches $curbatch $nbatches > $T/curbatch 2> $T/startbatches.stderr
237 curbatch="`cat $T/curbatch`"
242 if test "$curbatch" -le "$nbatches"