Skip to content

Commit 53cd728

Browse files
feedback
Created using spr 1.3.6
1 parent cd35152 commit 53cd728

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.ci/generate_test_report_lib.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@ def plural(num_tests):
219219
]
220220
)
221221
else:
222+
report.extend(
223+
[
224+
"",
225+
"All tests passed but another part of the build **failed**. Click on "
226+
"a failure below to see the details.",
227+
"",
228+
]
229+
)
222230
report.extend(_format_ninja_failures(ninja_failures))
223231

224232
if failures or return_code != 0:

.ci/generate_test_report_lib_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ def test_no_failures_build_failed_ninja_log(self):
323323
# Foo
324324
325325
* 1 test passed
326+
327+
All tests passed but another part of the build **failed**. Click on a failure below to see the details.
328+
326329
<details>
327330
<summary>test/4.stamp</summary>
328331

0 commit comments

Comments
 (0)