diff options
| author | MarcoFalke <[email protected]> | 2016-04-29 12:51:15 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-05-09 19:56:16 +0200 |
| commit | fa494dec79b9d469b7eb38d2f0b8cf9832cdc398 (patch) | |
| tree | 351e0224a788a8f1c3ec201675029edc96b25f83 /qa/README.md | |
| parent | Merge #7971: [qa] Refactor test_framework and pull tester (diff) | |
| download | archived-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.md | 3 |
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: |