HomeSort by relevance Sort by last modified time
    Searched refs:jallcnt (Results 1 - 2 of 2) sorted by null

  /cts/tools/dx-tests/etc/
starttests 179 export jallcnt=0
209 (( jallcnt += 1 ))
310 if [ $jallcalccnt -ne $jallcnt ]; then
311 echo "<br>error: green & red != total , $jallcalccnt -ne $jallcnt" >> $report
315 echo "<br>Tests run: ${jallcnt}" >> $report
328 if [[ jallcnt -eq jpassedcnt ]]; then
333 echo "Tests run : ${jallcnt}"
  /cts/tools/vm-tests/etc/
starttests 150 export jallcnt=0
185 (( jallcnt += 1 ))
277 if [ $jallcalccnt -ne $jallcnt ]; then
278 echo "<br>error: green & red != total , $jallcalccnt -ne $jallcnt" >> $report
284 echo "<br>Tests run: ${jallcnt}" >> $report
297 if [[ jallcnt -eq jpassedcnt ]]; then
302 echo "Tests run : ${jallcnt}"

Completed in 110 milliseconds