Hi Yucong,
thanks for your patches!
On 8/10/21 1:36 AM, Yucong Sun wrote:
---
Please make sure all of your patches have proper Signed-off-by and at least a
minimal commit message (instead of empty one).
Thanks,
Daniel
tools/testing/selftests/bpf/test_progs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/test_progs.c b/tools/testing/selftests/bpf/test_progs.c
index 82d012671552..5cc808992b00 100644
--- a/tools/testing/selftests/bpf/test_progs.c
+++ b/tools/testing/selftests/bpf/test_progs.c
@@ -867,7 +867,8 @@ int main(int argc, char **argv)
}
if (env.list_test_names) {
- fprintf(env.stdout, "%s\n", test->test_name);
+ fprintf(env.stdout, "# %d %s\n",
+ test->test_num, test->test_name);
env.succ_cnt++;
continue;
}