Skip to content

Commit

Permalink
Improve docs for mix test --raise
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 18, 2024
1 parent f14bcdc commit f415c89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/mix/lib/mix/tasks/test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,10 @@ defmodule Mix.Tasks.Test do
* `--preload-modules` - preloads all modules defined in applications
* `--profile-require time` - profiles the time spent to require test files.
Used only for debugging. The test suite does not run.
Used only for debugging. The test suite does not run
* `--raise` - raises if the test suite failed
* `--raise` - immediately raises if the test suite fails, instead of continuing
the execution of other Mix tasks
* `--seed` - seeds the random number generator used to randomize the order of tests;
`--seed 0` disables randomization so the tests in a single file will always be ran
Expand Down

0 comments on commit f415c89

Please sign in to comment.