Skip to content

Commit 262fa1e

Browse files
committed
Merge branch 'pb/ci-github-skip-logs-for-broken-tests'
GitHub CI update. * pb/ci-github-skip-logs-for-broken-tests: ci(github): also skip logs of broken test cases
2 parents c5b4547 + 0188b2c commit 262fa1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/test-lib-github-workflow-markup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ finalize_test_case_output () {
4242
fixed)
4343
echo >>$github_markup_output "::notice::fixed: $this_test.$test_count $1"
4444
;;
45-
ok)
46-
# Exit without printing the "ok" tests
45+
ok|broken)
46+
# Exit without printing the "ok" or ""broken" tests
4747
return
4848
;;
4949
esac

0 commit comments

Comments
 (0)