Skip to content

Commit

Permalink
Merge #8254: [doc] Add OSX ZMQ requirement to QA readme
Browse files Browse the repository at this point in the history
d241487 [doc] Add OS X ZMQ requirement to QA readme (fanquake)
  • Loading branch information
MarcoFalke committed Jun 24, 2016
2 parents 0833894 + d241487 commit c2c69ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion qa/README.md
Expand Up @@ -16,6 +16,12 @@ The python3-zmq library is required. On Ubuntu or Debian it can be installed via
sudo apt-get install python3-zmq
```

OS X
------
```
pip3 install pyzmq
```

Running tests
=============

Expand All @@ -36,7 +42,7 @@ Run all possible tests with
qa/pull-tester/rpc-tests.py -extended

By default, tests will be run in parallel if you want to specify how many
tests should be run in parallel, append `-paralell=n` (default n=4).
tests should be run in parallel, append `-parallel=n` (default n=4).

If you want to create a basic coverage report for the rpc test suite, append `--coverage`.

Expand Down

0 comments on commit c2c69ed

Please sign in to comment.