aboutsummaryrefslogtreecommitdiff
path: root/qa/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-04-29 12:51:15 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-05-09 19:56:16 +0200
commitfa494dec79b9d469b7eb38d2f0b8cf9832cdc398 (patch)
tree351e0224a788a8f1c3ec201675029edc96b25f83 /qa/README.md
parent4e14afe42fdd468d5de11df8cc13defdcb8e83f8 (diff)
downloadbitcoin-fa494dec79b9d469b7eb38d2f0b8cf9832cdc398.tar.xz
[qa] pull-tester: Run rpc test in parallel
Diffstat (limited to 'qa/README.md')
-rw-r--r--qa/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md
index c7e574ff70..7489eb5130 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -35,6 +35,9 @@ 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).
+
If you want to create a basic coverage report for the rpc test suite, append `--coverage`.
Possible options, which apply to each individual test run: