forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selftests/bpf: remove filtered subtests from output
Currently filtered subtests show up in the output as skipped. Before: $ sudo ./test_progs -t log_fixup/missing_map torvalds#94 /1 log_fixup/bad_core_relo_trunc_none:SKIP torvalds#94 /2 log_fixup/bad_core_relo_trunc_partial:SKIP torvalds#94 /3 log_fixup/bad_core_relo_trunc_full:SKIP torvalds#94 /4 log_fixup/bad_core_relo_subprog:SKIP torvalds#94 /5 log_fixup/missing_map:OK torvalds#94 log_fixup:OK Summary: 1/1 PASSED, 0 SKIPPED, 0 FAILED After: $ sudo ./test_progs -t log_fixup/missing_map torvalds#94 /5 log_fixup/missing_map:OK torvalds#94 log_fixup:OK Summary: 1/1 PASSED, 0 SKIPPED, 0 FAILED Signed-off-by: Mykola Lysenko <mykolal@fb.com>
- Loading branch information
1 parent
834650b
commit 724810b
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters