diff options
author | John Newbery <john@johnnewbery.com> | 2017-03-09 09:53:26 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-03-20 10:40:31 -0400 |
commit | a9bd622a658b41b219912288e643f5e2c1b145b4 (patch) | |
tree | 89f707400730826e3514e9d62eb4ac48c003cb2f /test/functional/create_cache.py | |
parent | c28ee91db07ce82e134d500ddeb5600363c98048 (diff) |
Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py
Diffstat (limited to 'test/functional/create_cache.py')
-rwxr-xr-x | test/functional/create_cache.py | 2 |
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. """ |