aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-02 10:49:21 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-02 10:43:19 +0200
commitfa0937de35176fdcf637e1af16be4469725e60cc (patch)
tree9fb5c4d1a0d7bec6db99611d03cab27f8cb3fcf4 /test
parentfa050bbc0ad479063735b0325daa717ded404c8f (diff)
downloadbitcoin-fa0937de35176fdcf637e1af16be4469725e60cc.tar.xz
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')
-rw-r--r--test/README.md2
-rw-r--r--test/config.ini.in2
-rwxr-xr-xtest/util/test_runner.py (renamed from test/util/bitcoin-util-test.py)0
3 files changed, 2 insertions, 2 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
diff --git a/test/config.ini.in b/test/config.ini.in
index e3872181cd..db80bba6f1 100644
--- a/test/config.ini.in
+++ b/test/config.ini.in
@@ -3,7 +3,7 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# These environment variables are set by the build process and read by
-# test/functional/test_runner.py and test/util/bitcoin-util-test.py
+# test/*/test_runner.py and test/util/rpcauth-test.py
[environment]
PACKAGE_NAME=@PACKAGE_NAME@
diff --git a/test/util/bitcoin-util-test.py b/test/util/test_runner.py
index aa8fd6eee5..aa8fd6eee5 100755
--- a/test/util/bitcoin-util-test.py
+++ b/test/util/test_runner.py