pull-tester bitcoin$ ./rpc-tests.py --help | head -1
Usage: bip68-112-113-p2p.py [options]
pull-tester bitcoin$
-
paveljanik commented at 9:31 AM on May 6, 2016: contributor
-
paveljanik commented at 9:37 AM on May 6, 2016: contributor
-extendedis also not shown in the--helpoutput. -
MarcoFalke commented at 9:42 AM on May 6, 2016: member
This is by design: In theory args with only one hypen should go into the pull tester and args with two hypen should go into the specific test.
You may want to look at #7971, which clarifies the docs, hopefully.
- MarcoFalke added the label Tests on May 6, 2016
-
paveljanik commented at 9:43 AM on May 6, 2016: contributor
I'm on it right now.
-
fanquake commented at 10:37 AM on June 22, 2016: member
@paveljanik What's the status of this now that #7971 has been merged?
-
paveljanik commented at 10:52 AM on June 22, 2016: contributor
Current master:
pavel$ ./rpc-tests.py --help Usage: p2p-fullblocktest.py [options] -
MarcoFalke commented at 11:24 AM on June 22, 2016: member
@paveljanik Make sure to select only the rpc test you want the help for. (default=select all quick tests)
The script will only print help of the first script and exit: https://github.com/bitcoin/bitcoin/blob/9e45ef1ef0314d23938c200bd357b2a069acde9b/qa/pull-tester/rpc-tests.py#L182
-
MarcoFalke commented at 11:25 AM on June 22, 2016: member
-extended is also not shown in the --help output.
I will try to clean up the doc further when we got rid of the
-winoption. -
paveljanik commented at 2:52 PM on June 22, 2016: contributor
I think --help should help me to select tests I would like to run and not print the first help available :-) Of course I know I can run selected scripts directly.
-
MarcoFalke commented at 3:36 PM on June 22, 2016: member
If you need help selecting tests, the intention was to look at https://github.com/bitcoin/bitcoin/blob/9f1807af2422e3ac2d3702242b4a47c8df0be262/qa/README.md#running-tests
-
paveljanik commented at 3:38 PM on June 22, 2016: contributor
Sure, or I can read the source ;-) Or execute --help...
-
MarcoFalke commented at 7:15 PM on January 16, 2018: member
-extended is also not shown in the --help output.
I think --help should help me to select tests I would like to run @paveljanik I believe this is fixed on master.
-
paveljanik commented at 11:28 AM on January 17, 2018: contributor
Yup,
./test_runner.py --helpworks as expected, closing. - paveljanik closed this on Jan 17, 2018
- MarcoFalke locked this on Sep 8, 2021