aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
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 /.appveyor.yml
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 '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3ca7818eca..a85ec4c380 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -51,7 +51,7 @@ after_build:
test_script:
- cmd: src\test_bitcoin.exe -l test_suite
- cmd: src\bench_bitcoin.exe > NUL
-- ps: python test\util\bitcoin-util-test.py
+- ps: python test\util\test_runner.py
- cmd: python test\util\rpcauth-test.py
# Fee estimation test failing on appveyor with: WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
# functional tests disabled for now. See