We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4467a88 commit e1f6075Copy full SHA for e1f6075
1 file changed
building/tooling/test-runners/interface.md
@@ -52,9 +52,9 @@ The following overall statuses are valid:
52
- `fail`: At least one test has the status `fail` or `error`
53
- `error`: No test was executed (this usually means a compile error or a syntax error)
54
55
-The `error` status should _only_ be used if **none of the tests were run**.
+The `error` status should _only_ be used if **all of the tests errored**.
56
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.
+For interpreted languages this is a runtime error, such as a syntax error that stops the file from parsing.
58
59
#### Message
60
0 commit comments