Skip to content

Commit 5628c70

Browse files
author
MarcoFalke
committed
Merge #9807: RPC doc fix-ups.
851f6a3 [qa][doc] Correct rpc test options in readme (fanquake) 41e7219 [trivial] Add tests_config.ini to .gitignore (fanquake)
2 parents 61a640e + 851f6a3 commit 5628c70

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ linux-coverage-build
102102
linux-build
103103
win32-build
104104
qa/pull-tester/tests_config.py
105+
qa/pull-tester/tests_config.ini
105106
qa/cache/*
106107

107108
!src/leveldb*/Makefile

qa/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Run the regression test suite with
3939

4040
Run all possible tests with
4141

42-
qa/pull-tester/rpc-tests.py -extended
42+
qa/pull-tester/rpc-tests.py --extended
4343

4444
By default, tests will be run in parallel. To specify how many jobs to run,
45-
append `-parallel=n` (default n=4).
45+
append `--jobs=n` (default n=4).
4646

47-
If you want to create a basic coverage report for the rpc test suite, append `--coverage`.
47+
If you want to create a basic coverage report for the RPC test suite, append `--coverage`.
4848

4949
Possible options, which apply to each individual test run:
5050

@@ -83,5 +83,5 @@ killall bitcoind
8383
Writing tests
8484
=============
8585
You are encouraged to write tests for new or existing features.
86-
Further information about the test framework and individual rpc
86+
Further information about the test framework and individual RPC
8787
tests is found in [qa/rpc-tests](/qa/rpc-tests).

0 commit comments

Comments
 (0)