Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_progs.c273 bool subtest_failed; in dump_test_log() local
292 subtest_failed = subtest_state->error_cnt; in dump_test_log()
294 print_subtest = verbose() || force_log || subtest_failed; in dump_test_log()
296 if ((skip_ok_subtests && !subtest_failed) || subtest_filtered) in dump_test_log()