aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-06-24 12:38:43 +0200
committerMarcoFalke <[email protected]>2016-06-24 12:39:39 +0200
commitc2c69edf37b5c02aafa01d0407dadbf5ef8751b5 (patch)
treeeb4c2ecbd5fbe49fff573717196e53299e6884fa
parentMerge #8204: Update petertodd's testnet seed (diff)
parent[doc] Add OS X ZMQ requirement to QA readme (diff)
downloaddiscoin-c2c69edf37b5c02aafa01d0407dadbf5ef8751b5.tar.xz
discoin-c2c69edf37b5c02aafa01d0407dadbf5ef8751b5.zip
Merge #8254: [doc] Add OSX ZMQ requirement to QA readme
d241487 [doc] Add OS X ZMQ requirement to QA readme (fanquake)
-rw-r--r--qa/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/qa/README.md b/qa/README.md
index 7489eb513..723660c6c 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -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
=============
@@ -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`.