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 25, 2022
1 parent a3bdea4 commit c849aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ 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 "skip test_count - $@ # TODO known breakage"
+
+ junit_testcase "$@"
}
Expand Down

0 comments on commit c849aa5

Please sign in to comment.