Skip to content

Commit c849aa5

Browse files
committed
test: rename known fails to skip in sharness
Doing CTRL + F "not ok" in the result file was uselessly spammy, this allows to get relevent information instead.
1 parent a3bdea4 commit c849aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/lib/0001-Generate-partial-JUnit-reports.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ index 6750ff7..336e426 100644
125125

126126
test_known_broken_failure_() {
127127
test_broken=$(($test_broken + 1))
128-
say_color warn "not ok $test_count - $@ # TODO known breakage"
128+
say_color warn "skip test_count - $@ # TODO known breakage"
129129
+
130130
+ junit_testcase "$@"
131131
}

0 commit comments

Comments
 (0)