Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test cases #94

Merged
merged 16 commits into from
Sep 6, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo, and tell a bit more what SWARM_DEBUG=true does
  • Loading branch information
Arjan Scherpenisse committed Jul 24, 2018
commit dcfa27028b14078fdec450b07083ba6315aba426
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,13 +326,14 @@ MIT

## Testing

`mix test` runs a variety of tests, most of the use a cluster of
`mix test` runs a variety of tests, most of them use a cluster of
Elixir nodes to test the tracker and the registry. If you want more
verbose output during the tests, run them like this:

# SWARM_DEBUG=true mix test

This enabled GenServer tracing on the Tracker processes, amongst others.
This sets the log level to `:debug`, runs ExUnit with `--trace`, and
enables GenServer tracing on the Tracker processes.


## TODO
Expand Down