[doc] trivial: fix markdown syntax in qa/rpc-tests/README.md

This commit is contained in:
MarcoFalke 2015-10-08 14:54:22 +02:00 committed by Jack Grigg
parent 6618580194
commit 8e58eddab1
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,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`