Lines Matching refs:nextTest
24 nextTest=0
141 echo "runTest=$runTest run0=$run0 nextTest=$nextTest"
143 if [ -n "$ext2" -a $nextTest -eq 0 ]; then
159 elif [ $nextTest -eq 0 ]; then
160 nextTest=$(($nextTest+1))
163 if [ -n "$ext3" -a $nextTest -eq 1 ]; then
179 elif [ $nextTest -eq 1 ]; then
180 nextTest=$(($nextTest+1))
183 if [ -n "$jfs" -a $nextTest -eq 2 ]; then
199 elif [ $nextTest -eq 2 ]; then
200 nextTest=$(($nextTest+1))
203 if [ -n "$xfs" -a $nextTest -eq 3 ]; then
219 elif [ $nextTest -eq 3 ]; then
220 nextTest=$(($nextTest+1))
223 nextTest=$(($nextTest+1))