OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jvfefailedcnt
(Results
1 - 2
of
2
) sorted by null
/cts/tools/vm-tests-tf/etc/
starthosttests
118
export
jvfefailedcnt
=0
185
((
jvfefailedcnt
+= 1 ))
215
let jallcalccnt=$jpassedcnt+$jfailedcnt+$
jvfefailedcnt
+$jwarningcnt
225
echo "<br>Verifier failures: ${
jvfefailedcnt
}" >> $report
243
echo "Verifier failures : ${
jvfefailedcnt
}"
starttests
125
export
jvfefailedcnt
=0
204
((
jvfefailedcnt
+= 1 ))
234
let jallcalccnt=$jpassedcnt+$jfailedcnt+$
jvfefailedcnt
+$jwarningcnt
244
echo "<br>Verifier failures: ${
jvfefailedcnt
}" >> $report
262
echo "Verifier failures : ${
jvfefailedcnt
}"
Completed in 192 milliseconds