Skip to content

Commit 03c48f9

Browse files
committed
doc: unit test runner documentation fixup
Running `test_bitcoin --help` prints the list of arguments that may be passed, not the list of tests.
1 parent be768db commit 03c48f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you run an entire test suite, such as `--run_test=getarg_tests`, or all the t
9797
(by not specifying `--run_test`), a separate directory
9898
will be created for each individual test.
9999

100-
Run `test_bitcoin --help` for the full list of tests.
100+
Run `test_bitcoin --help` for the full list of arguments that can be passed.
101101

102102
### Adding test cases
103103

0 commit comments

Comments
 (0)