diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-05-18 11:26:57 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-05-18 11:27:00 +0200 |
| commit | 457b9df6b595d11736557fec28ec27a8b2dba3e2 (patch) | |
| tree | 82385a43c28df7998e2f6d66ba30282c81a800da | |
| parent | Merge #8020: Use SipHash-2-4 for various non-cryptographic hashes (diff) | |
| parent | changing "(tests are) automatically run" to correspond to the earlier instanc... (diff) | |
| download | discoin-457b9df6b595d11736557fec28ec27a8b2dba3e2.tar.xz discoin-457b9df6b595d11736557fec28ec27a8b2dba3e2.zip | |
Merge #8031: improvement to readability
fe80102 changing "(tests are) automatically run" to correspond to the earlier instance of "run automatically (on the build server)" (Matthew English)
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -57,8 +57,7 @@ There are also [regression and integration tests](/qa) of the RPC interface, wri in Python, that are run automatically on the build server. These tests can be run (if the [test dependencies](/qa) are installed) with: `qa/pull-tester/rpc-tests.py` -The Travis CI system makes sure that every pull request is built for Windows -and Linux, OS X, and that unit and sanity tests are automatically run. +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. ### Manual Quality Assurance (QA) Testing |