aboutsummaryrefslogtreecommitdiff
path: root/test/functional/create_cache.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-03-09 09:53:26 -0500
committerJohn Newbery <john@johnnewbery.com>2017-03-20 10:40:31 -0400
commita9bd622a658b41b219912288e643f5e2c1b145b4 (patch)
tree89f707400730826e3514e9d62eb4ac48c003cb2f /test/functional/create_cache.py
parentc28ee91db07ce82e134d500ddeb5600363c98048 (diff)
downloadbitcoin-a9bd622a658b41b219912288e643f5e2c1b145b4.tar.xz
Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py
Diffstat (limited to 'test/functional/create_cache.py')
-rwxr-xr-xtest/functional/create_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/create_cache.py b/test/functional/create_cache.py
index e4b6dbc2d1..39c4c0f47e 100755
--- a/test/functional/create_cache.py
+++ b/test/functional/create_cache.py
@@ -5,7 +5,7 @@
"""Create a blockchain cache.
Creating a cache of the blockchain speeds up test execution when running
-multiple functional tests. This helper script is executed by rpc-tests when multiple
+multiple functional tests. This helper script is executed by test_runner when multiple
tests are being run in parallel.
"""