Message ID | d3db5252fb8601f59c48fcac0120e1e2bcc33e03.1653171536.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 448de909a7dc0e0cc80aff6eff84de56a4c8bbfc |
Headers | show |
Series | ci: make Git's GitHub workflow output much more helpful | expand |
On Sat, May 21 2022, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <johannes.schindelin@gmx.de> > [...] > Co-authored-by: Victoria Dye <vdye@github.com> Missing SOB here for Victoria. > Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> > ---
diff --git a/t/test-lib-github-workflow-markup.sh b/t/test-lib-github-workflow-markup.sh index d8dc969df4a..1ef0fd5ba87 100644 --- a/t/test-lib-github-workflow-markup.sh +++ b/t/test-lib-github-workflow-markup.sh @@ -40,6 +40,10 @@ finalize_test_case_output () { fixed) echo >>$github_markup_output "::notice::fixed: $this_test.$test_count $1" ;; + ok) + # Exit without printing the "ok" tests + return + ;; esac echo >>$github_markup_output "::group::$test_case_result: $this_test.$test_count $*" test-tool >>$github_markup_output path-utils skip-n-bytes \