Skip to content

Commit 6d237fc

Browse files
authored
Update docs/index.md
1 parent 59e471d commit 6d237fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -942,11 +942,11 @@ Exits with standard POSIX exit codes instead of the number of failed tests.
942942

943943
Those exit codes are:
944944

945-
* `0`: if all tests passed
946-
* `1`: if any test failed
947-
* `128 + <signal>` if given a signal, such as:
948-
* 134: `SIGABRT` (`128 + 6`)
949-
* 143: `SIGTERM` (`128 + 15`)
945+
- `0`: if all tests passed
946+
- `1`: if any test failed
947+
- `128 + <signal>` if given a signal, such as:
948+
- 134: `SIGABRT` (`128 + 6`)
949+
- 143: `SIGTERM` (`128 + 15`)
950950

951951
### `--retries <n>`
952952

0 commit comments

Comments
 (0)