[qa] pull-tester: Run rpc test in parallel

This commit is contained in:
MarcoFalke
2016-04-29 12:51:15 +02:00
parent 4e14afe42f
commit fa494dec79
3 changed files with 105 additions and 13 deletions

View File

@@ -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: