aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2017-07-01 16:00:51 +1200
committerMeshCollider <dobsonsa68@gmail.com>2017-07-01 20:29:00 +1200
commit1d8df01412db0d94ac0030bd2225683891748aff (patch)
tree44364eb67178640bb23a228ce4b567685cd988f6 /test/functional
parent41f3e84aaca82540582fd5a93fd632e752c3e6bf (diff)
downloadbitcoin-1d8df01412db0d94ac0030bd2225683891748aff.tar.xz
Fix MD formatting in REST-interface.md and spelling mistake in
test_runner.py
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 0dca318af8..ffa5b0ae20 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -348,7 +348,7 @@ def print_results(test_results, max_len_name, runtime):
class TestHandler:
"""
- Trigger the testscrips passed in via the list.
+ Trigger the test scripts passed in via the list.
"""
def __init__(self, num_tests_parallel, tests_dir, tmpdir, test_list=None, flags=None):