[CI] Tweak wording for builds with passing tests and build errors (#171436)
"All tests passed" is too easily interpreted as every possible test was run and was fine. A lot of the time it means all the tests that didn't fail to build ran and were fine. Maybe the wording is still too subtle but at least it hints to the idea that the tests run might be fewer than if the build had no compilation errors.
This commit is contained in:
parent
c61a481a23
commit
76cffd310a
@ -267,7 +267,7 @@ def generate_report(
|
||||
report.extend(
|
||||
[
|
||||
"",
|
||||
"All tests passed but another part of the build **failed**. "
|
||||
"All executed tests passed, but another part of the build **failed**. "
|
||||
"Information about the build failure could not be automatically "
|
||||
"obtained.",
|
||||
"",
|
||||
@ -278,7 +278,7 @@ def generate_report(
|
||||
report.extend(
|
||||
[
|
||||
"",
|
||||
"All tests passed but another part of the build **failed**. Click on "
|
||||
"All executed tests passed, but another part of the build **failed**. Click on "
|
||||
"a failure below to see the details.",
|
||||
"",
|
||||
]
|
||||
|
||||
@ -343,7 +343,7 @@ class TestReports(unittest.TestCase):
|
||||
|
||||
* 1 test passed
|
||||
|
||||
All tests passed but another part of the build **failed**. Information about the build failure could not be automatically obtained.
|
||||
All executed tests passed, but another part of the build **failed**. Information about the build failure could not be automatically obtained.
|
||||
|
||||
Download the build's log file to see the details.
|
||||
|
||||
@ -390,7 +390,7 @@ class TestReports(unittest.TestCase):
|
||||
|
||||
* 1 test passed
|
||||
|
||||
All tests passed but another part of the build **failed**. Click on a failure below to see the details.
|
||||
All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.
|
||||
|
||||
<details>
|
||||
<summary>test/4.stamp</summary>
|
||||
@ -476,7 +476,7 @@ class TestReports(unittest.TestCase):
|
||||
|
||||
* 1 test passed
|
||||
|
||||
All tests passed but another part of the build **failed**. Click on a failure below to see the details.
|
||||
All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.
|
||||
|
||||
<details>
|
||||
<summary>touch test/2.stamp</summary>
|
||||
@ -978,7 +978,7 @@ class TestReports(unittest.TestCase):
|
||||
|
||||
* 1 test passed
|
||||
|
||||
All tests passed but another part of the build **failed**. Click on a failure below to see the details.
|
||||
All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.
|
||||
|
||||
<details>
|
||||
<summary>test/4.stamp</summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user