Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh233 if test "$curbatch" -gt "$nbatches"
242 … touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-remote-$curbatch.sh > kvm-remote-$curbatch.sh.o…
249 echo " ----" System $i Batch `head -n $curbatch < "$rundir"/scenarios | tail -1` `date` 1>&2
250 curbatch=$((curbatch + 1))
252 echo $curbatch
257 curbatch=1
258 while test "$curbatch" -le "$nbatches"
260 startbatches $curbatch $nbatches > $T/curbatch 2> $T/startbatches.stderr
261 curbatch="`cat $T/curbatch`"
266 if test "$curbatch" -le "$nbatches"