OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jfailedcnt
(Results
1 - 2
of
2
) sorted by null
/cts/tools/vm-tests-tf/etc/
starthosttests
117
export
jfailedcnt
=0
188
((
jfailedcnt
+= 1 ))
215
let jallcalccnt=$jpassedcnt+$
jfailedcnt
+$jvfefailedcnt+$jwarningcnt
224
echo "<br>Functional failures: ${
jfailedcnt
}" >> $report
242
echo "Functional failures: ${
jfailedcnt
}"
starttests
124
export
jfailedcnt
=0
207
((
jfailedcnt
+= 1 ))
234
let jallcalccnt=$jpassedcnt+$
jfailedcnt
+$jvfefailedcnt+$jwarningcnt
243
echo "<br>Functional failures: ${
jfailedcnt
}" >> $report
261
echo "Functional failures: ${
jfailedcnt
}"
Completed in 1300 milliseconds