diff options
author | MeshCollider <dobsonsa68@gmail.com> | 2017-07-01 16:00:51 +1200 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-07-01 20:29:00 +1200 |
commit | 1d8df01412db0d94ac0030bd2225683891748aff (patch) | |
tree | 44364eb67178640bb23a228ce4b567685cd988f6 /test/functional/test_runner.py | |
parent | 41f3e84aaca82540582fd5a93fd632e752c3e6bf (diff) |
Fix MD formatting in REST-interface.md and spelling mistake in
test_runner.py
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
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): |