Skip to content

Commit 6196e7c

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 6196e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ 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 "not ok $test_count - $@ # TODO known breakage"
129+
+ say_color warn "skip $test_count - $@ # TODO known breakage"
129130
+
130131
+ junit_testcase "$@"
131132
}

0 commit comments

Comments
 (0)