diff options
| author | MarcoFalke <[email protected]> | 2015-10-08 14:54:22 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-10-09 17:09:29 +0200 |
| commit | d0321a4cfdd660b8335b5d7f14556fb2ec60af22 (patch) | |
| tree | 9fb200629fc1698ef900cb773b75123aa107113d | |
| parent | [doc] trivial: developer-notes.md covers more than just coding standards (diff) | |
| download | discoin-d0321a4cfdd660b8335b5d7f14556fb2ec60af22.tar.xz discoin-d0321a4cfdd660b8335b5d7f14556fb2ec60af22.zip | |
[doc] trivial: fix markdown syntax in qa/rpc-tests/README.md
| -rw-r--r-- | qa/rpc-tests/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md index 3391ee03a..d2db00362 100644 --- a/qa/rpc-tests/README.md +++ b/qa/rpc-tests/README.md @@ -37,11 +37,11 @@ Helper functions for creating blocks and transactions. Notes ===== -You can run any single test by calling qa/pull-tester/rpc-tests.py <testname> +You can run any single test by calling `qa/pull-tester/rpc-tests.py <testname>`. Or you can run any combination of tests by calling `qa/pull-tester/rpc-tests.py <testname1> <testname2> <testname3> ...` -Run the regression test suite with `qa/pull-tester/rpc-tests.py' +Run the regression test suite with `qa/pull-tester/rpc-tests.py` Run all possible tests with `qa/pull-tester/rpc-tests.py -extended` |