Skip to content

Commit e1f6075

Browse files
authored
clarify conditions for overall error status (#587)
* clarify conditions for overall error status
1 parent 4467a88 commit e1f6075

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

building/tooling/test-runners/interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ The following overall statuses are valid:
5252
- `fail`: At least one test has the status `fail` or `error`
5353
- `error`: No test was executed (this usually means a compile error or a syntax error)
5454

55-
The `error` status should _only_ be used if **none of the tests were run**.
55+
The `error` status should _only_ be used if **all of the tests errored**.
5656
For compiled languages this is generally a result of the code not being able to compile.
57-
For interpreted languages, this is generally the result of a syntax error that stops the file from parsing.
57+
For interpreted languages this is a runtime error, such as a syntax error that stops the file from parsing.
5858

5959
#### Message
6060

0 commit comments

Comments
 (0)