Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/rcutorture/bin/
Dkvm-remote.sh227 if test "$curbatch" -gt "$nbatches"
236 … touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-remote-$curbatch.sh > kvm-remote-$curbatch.sh.o…
243 echo " ----" System $i Batch `head -n $curbatch < "$rundir"/scenarios | tail -1` `date` 1>&2
244 curbatch=$((curbatch + 1))
246 echo $curbatch
251 curbatch=1
252 while test "$curbatch" -le "$nbatches"
254 startbatches $curbatch $nbatches > $T/curbatch 2> $T/startbatches.stderr
255 curbatch="`cat $T/curbatch`"
260 if test "$curbatch" -le "$nbatches"