[Git][ghc/ghc][master] CI: Don't collapse test results.
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 5339f6f0 by Andreas Klebinger at 2026-02-07T10:48:40-05:00 CI: Don't collapse test results. This puts test output back into the primary test log instead of a subsection removing the need to expand a section to see test results. While the intention was good in practice the old behaviour mostly wastes time by requiring expansion of the section. Fixes #26882 - - - - - 1 changed file: - .gitlab/ci.sh Changes: ===================================== .gitlab/ci.sh ===================================== @@ -655,7 +655,6 @@ function install_bindist() { } function test_hadrian() { - start_section test-hadrian "Test via Hadrian" check_msys2_deps _build/stage1/bin/ghc --version check_release_build @@ -777,7 +776,6 @@ function test_hadrian() { info "STAGE2_TEST=$?" fi - end_section test-hadrian } function summarise_hi_files() { View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5339f6f062f40b2509f75573880e8752... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5339f6f062f40b2509f75573880e8752... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)