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

  /cts/tools/vm-tests-tf/etc/
starthosttests 116 export jpassedcnt=0
173 (( jpassedcnt += 1 ))
215 let jallcalccnt=$jpassedcnt+$jfailedcnt+$jvfefailedcnt+$jwarningcnt
236 if [[ jallcnt -eq jpassedcnt ]]; then
237 echo "OK (${jpassedcnt} tests)"
starttests 123 export jpassedcnt=0
192 (( jpassedcnt += 1 ))
234 let jallcalccnt=$jpassedcnt+$jfailedcnt+$jvfefailedcnt+$jwarningcnt
255 if [[ jallcnt -eq jpassedcnt ]]; then
256 echo "OK (${jpassedcnt} tests)"

Completed in 437 milliseconds