Skip to content

Commit

Permalink
test: rename known fails to skip in sharness
Browse files Browse the repository at this point in the history
Doing CTRL + F "not ok" in the result file was uselessly spammy, this allows to get relevent information instead.
  • Loading branch information
Jorropo committed Jul 26, 2022
1 parent a3bdea4 commit 6196e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sharness/lib/0001-Generate-partial-JUnit-reports.patch
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ index 6750ff7..336e426 100644

test_known_broken_failure_() {
test_broken=$(($test_broken + 1))
say_color warn "not ok $test_count - $@ # TODO known breakage"
- say_color warn "not ok $test_count - $@ # TODO known breakage"
+ say_color warn "skip $test_count - $@ # TODO known breakage"
+
+ junit_testcase "$@"
}
Expand Down

0 comments on commit 6196e7c

Please sign in to comment.