commit | 329e38f76cc2a77085264ce6e0dbe902c33fd7a3 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Sat Jul 27 20:25:27 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Jul 27 22:36:19 2019 -0700 |
tree | 5319470540f58659e63ab4695fc7f052641af9a6 | |
parent | e87fd8bae44c3eaa6205c9c81419e773896dc157 [diff] |
selftest/bpf: centralize libbpf logging management for test_progs Make test_progs test runner own libbpf logging. Also introduce two levels of verbosity: -v and -vv. First one will be used in subsequent patches to enable test log output always. Second one increases verbosity level of libbpf logging further to include debug output as well. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>