aboutsummaryrefslogtreecommitdiff
path: root/qa/README.md
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-04-29 12:51:15 +0200
committerMarcoFalke <[email protected]>2016-05-09 19:56:16 +0200
commitfa494dec79b9d469b7eb38d2f0b8cf9832cdc398 (patch)
tree351e0224a788a8f1c3ec201675029edc96b25f83 /qa/README.md
parentMerge #7971: [qa] Refactor test_framework and pull tester (diff)
downloadarchived-discoin-fa494dec79b9d469b7eb38d2f0b8cf9832cdc398.tar.xz
archived-discoin-fa494dec79b9d469b7eb38d2f0b8cf9832cdc398.zip
[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 c7e574ff7..7489eb513 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: