Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-24 00:40:41 +0300
committerJunio C Hamano <gitster@pobox.com>2024-01-24 00:40:41 +0300
commit7feed1c2cba342b942416f289ab1d547698e3c41 (patch)
tree3bb940d988b3d54c8b0c8c51b3df98073a5dd5fb
parentb6b5c09e4789dc63157bc0b74dc30daa8b42b8d1 (diff)
parent0188b2c8e015d0bb1b39bc396d38f3b73f2f8c34 (diff)
Merge branch 'pb/ci-github-skip-logs-for-broken-tests' into jch
GitHub CI update. * pb/ci-github-skip-logs-for-broken-tests: ci(github): also skip logs of broken test cases
-rw-r--r--t/test-lib-github-workflow-markup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-lib-github-workflow-markup.sh b/t/test-lib-github-workflow-markup.sh
index 970c6538cb..33405c90d7 100644
--- a/t/test-lib-github-workflow-markup.sh
+++ b/t/test-lib-github-workflow-markup.sh
@@ -42,8 +42,8 @@ finalize_test_case_output () {
fixed)
echo >>$github_markup_output "::notice::fixed: $this_test.$test_count $1"
;;
- ok)
- # Exit without printing the "ok" tests
+ ok|broken)
+ # Exit without printing the "ok" or ""broken" tests
return
;;
esac