aboutsummaryrefslogtreecommitdiff
path: root/test/functional/create_cache.py
diff options
context:
space:
mode:
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.
"""