diff options
| -rwxr-xr-x | tests/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py index 543344854c..2ea27b88c2 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -790,7 +790,7 @@ if __name__ == "__main__": options.parallel, options.tags, options.exclude_tags, - getattr(options, "test_name_patterns", None), + options.test_name_patterns, options.start_at, options.start_after, options.pdb, |
