aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentc28ee91db07ce82e134d500ddeb5600363c98048 (diff)
downloadbitcoin-a9bd622a658b41b219912288e643f5e2c1b145b4.tar.xz
Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ccaf8d914e..5db9fc9928 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ and extending unit tests can be found in [/src/test/README.md](/src/test/README.
There are also [regression and integration tests](/test), written
in Python, that are run automatically on the build server.
-These tests can be run (if the [test dependencies](/test) are installed) with: `test/pull-tester/rpc-tests.py`
+These tests can be run (if the [test dependencies](/test) are installed) with: `test/functional/test_runner.py`
The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.