[llvm] [CI] Fix printing of test report in summary view (PR #173314)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 22 14:29:03 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-infrastructure
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
ffe973a3e76eab1f19cfd58418891ffa24f6ad46 changed some of the internal APIs to return a tuple instead of just the report. This callsite was never updated which resulted in the tuple being printed to the summary view when we only wanted the report.
---
Full diff: https://github.com/llvm/llvm-project/pull/173314.diff
1 Files Affected:
- (modified) .ci/generate_test_report_github.py (+1-1)
``````````diff
``````````
</details>
https://github.com/llvm/llvm-project/pull/173314
More information about the llvm-commits
mailing list