diff options
| author | MarcoFalke <[email protected]> | 2016-08-30 08:05:40 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-08-30 08:06:03 +0200 |
| commit | c01a6c48b982d625fd9f4f69005878781d3d56fa (patch) | |
| tree | 5c72784ac3693b5d15555afce52bf117a21a5ba9 | |
| parent | Merge #8624: [doc] build: Mention curl (diff) | |
| parent | [doc] - clarify statement about parallel jobs in rpc-tests.py (diff) | |
| download | discoin-c01a6c48b982d625fd9f4f69005878781d3d56fa.tar.xz discoin-c01a6c48b982d625fd9f4f69005878781d3d56fa.zip | |
Merge #8625: [doc] - clarify statement about parallel jobs in rpc-tests.py
1467561 [doc] - clarify statement about parallel jobs in rpc-tests.py (isle2983)
| -rw-r--r-- | qa/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/README.md b/qa/README.md index 723660c6c..225207cc1 100644 --- a/qa/README.md +++ b/qa/README.md @@ -41,8 +41,8 @@ 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 `-parallel=n` (default n=4). +By default, tests will be run in parallel. To specify how many jobs to run, +append `-parallel=n` (default n=4). If you want to create a basic coverage report for the rpc test suite, append `--coverage`. |