Skip to content

Commit

Permalink
Update docs/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
73rhodes authored May 1, 2024
1 parent 59e471d commit 6d237fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,11 +942,11 @@ Exits with standard POSIX exit codes instead of the number of failed tests.

Those exit codes are:

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

### `--retries <n>`

Expand Down

0 comments on commit 6d237fc

Please sign in to comment.