OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fail_count
(Results
1 - 14
of
14
) sorted by null
/external/jemalloc/test/
test.sh.in
21
fail_count
=0
23
if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $
fail_count
!= 0 ] ; then
37
fail_count
=$((
fail_count
+1))
45
total_count=`expr ${pass_count} + ${skip_count} + ${
fail_count
}`
47
echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${
fail_count
}/${total_count}"
49
if [ ${
fail_count
} -eq 0 ] ; then