Home | History | Annotate | Download | only in testcurl

Lines Matching full:result_count

1539 	result_count () \
1546 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1559 result_count $$1 "TOTAL:" $$all "$$brg"; \
1560 result_count $$1 "PASS: " $$pass "$$grn"; \
1561 result_count $$1 "SKIP: " $$skip "$$blu"; \
1562 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1563 result_count $$1 "FAIL: " $$fail "$$red"; \
1564 result_count $$1 "XPASS:" $$xpass "$$red"; \
1565 result_count $$1 "ERROR:" $$error "$$mgn"; \