Home | History | Annotate | Download | only in testscripts

Lines Matching full:run0

22 run0=0
97 echo "test run = $run0"
102 run0=$(($run0+1))
107 run0=$(($run0+1))
112 run0=$(($run0+1))
117 run0=$(($run0+1))
120 if [ -n "$part2" -a "$run0" -gt 1 ]; then
123 elif [ -n "$part2" -a "$run0" -eq 1 ]; then
128 if [ "$run0" -eq 0 ]; then
138 while [ "$runTest" -lt "$run0" ]
141 echo "runTest=$runTest run0=$run0 nextTest=$nextTest"