summaryrefslogtreecommitdiff
path: root/testing/tools/test_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tools/test_runner.py')
-rw-r--r--testing/tools/test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tools/test_runner.py b/testing/tools/test_runner.py
index 97a2513385..81225b7de8 100644
--- a/testing/tools/test_runner.py
+++ b/testing/tools/test_runner.py
@@ -202,7 +202,7 @@ class TestRunner:
self.test_cases = []
self.execution_suppressed_cases = []
- input_file_re = re.compile('^[a-zA-Z0-9_.]+[.](in|pdf)$')
+ input_file_re = re.compile('^.+[.](in|pdf)$')
if args:
for file_name in args:
file_name.replace('.pdf', '.in')