diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-02 10:49:21 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-02 10:43:19 +0200 |
commit | fa0937de35176fdcf637e1af16be4469725e60cc (patch) | |
tree | 9fb5c4d1a0d7bec6db99611d03cab27f8cb3fcf4 /test/README.md | |
parent | fa050bbc0ad479063735b0325daa717ded404c8f (diff) |
test: Rename bitcoin-util-test.py to util/test_runner.py
To normalize the name of all three test runners (fuzz, functional, util).
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index edff9d433e..412d5ae106 100644 --- a/test/README.md +++ b/test/README.md @@ -261,7 +261,7 @@ For ways to generate more granular profiles, see the README in ### Util tests -Util tests can be run locally by running `test/util/bitcoin-util-test.py`. +Util tests can be run locally by running `test/util/test_runner.py`. Use the `-v` option for verbose output. ### Lint tests |