ci: Make `test_bitcoin-qt.exe` output visible #36024

pull hebasto wants to merge 1 commits into bitcoin:master from hebasto:260819-ci-gui-tests changing 2 files +2 −0
  1. hebasto commented at 3:15 PM on August 19, 2026: member

    When run in the GHA environment, there is no console attached, so Qt's stderrHasConsoleAttached() returns false and the entire test report is lost. Set QT_ASSUME_STDERR_HAS_CONSOLE=1 to override the detection, as documented in Qt's qlogging.cpp:

            if (qEnvironmentVariableIntValue("QT_ASSUME_STDERR_HAS_CONSOLE"))
                return true;
    
  2. hebasto added the label Windows on Aug 19, 2026
  3. hebasto added the label Tests on Aug 19, 2026
  4. DrahtBot commented at 3:15 PM on August 19, 2026: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    <!--006a51241073e994b41acfe9ec718e94-->

    Code Coverage & Benchmarks

    For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/36024.

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline and AI policy for information on the review process. A summary of reviews will appear here.

    <!--5faf32d7da4f0f540f40219e4f7537a3-->

  5. ci: Make `test_bitcoin-qt.exe` output visible
    When run in the GHA environment, there is no console attached, so Qt's
    `stderrHasConsoleAttached()` returns false and the entire test report is
    lost. Set `QT_ASSUME_STDERR_HAS_CONSOLE=1` to override the detection, as
    documented in Qt's `qlogging.cpp`.
    70701de7c5
  6. hebasto force-pushed on Aug 19, 2026
  7. DrahtBot added the label CI failed on Aug 19, 2026
  8. DrahtBot removed the label CI failed on Aug 19, 2026
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-08-21 04:51 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me