From a9bd622a658b41b219912288e643f5e2c1b145b4 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Thu, 9 Mar 2017 09:53:26 -0500 Subject: Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3