Home
last modified time | relevance | path

Searched refs:gather_errors (Results 1 – 3 of 3) sorted by relevance

/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_prv_eunit.erl354 {error, Error} -> gather_errors(F, Rest, [Error])
357 gather_errors(_F, [], Acc) -> ?PRV_ERROR({eunit_test_errors, lists:reverse(Acc)}); function
358 gather_errors(F, [Test|Rest], Acc) -> function
360 ok -> gather_errors(F, Rest, Acc);
361 {error, Error} -> gather_errors(F, Rest, [Error|Acc])
/dports/devel/py-testrepository/testrepository-0.0.20/testrepository/commands/
H A Drun.py159 def gather_errors(test_dict): function
162 result = testtools.StreamToDict(gather_errors)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/influxdata/telegraf/
H A DCHANGELOG.md2036 - [#2339](https://github.com/influxdata/telegraf/pull/2339): Increment gather_errors for all errors…