aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptschip <[email protected]>2015-10-03 08:03:25 -0700
committerWladimir J. van der Laan <[email protected]>2015-10-05 13:38:31 +0200
commit5f34a2510f6414a27ac3179ee461c944c8acd395 (patch)
tree18abb500e75990f7cc616cf3fe3abc0429dc51a5
parentMerge pull request #6759 (diff)
downloaddiscoin-5f34a2510f6414a27ac3179ee461c944c8acd395.tar.xz
discoin-5f34a2510f6414a27ac3179ee461c944c8acd395.zip
Changed rpc-tests.sh to rpc-tests.py in README.md
Github-Pull: #6752
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 275367ebb..39813677c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Bitcoin Core integration/staging tree
+Bitcoin Core integration/staging tree
=====================================
[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)
@@ -53,7 +53,7 @@ submit new unit tests for old code. Unit tests can be compiled and run (assuming
There are also regression and integration tests of the RPC interface, written
in Python, that are run automatically on the build server.
-These tests can be run with: `qa/pull-tester/rpc-tests.sh`
+These tests can be run with: `qa/pull-tester/rpc-tests.py`
Every pull request is built for both Windows and Linux on a dedicated server,
and unit and sanity tests are automatically run. The binaries produced may be