aboutsummaryrefslogtreecommitdiff
path: root/tests/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.py')
-rwxr-xr-xtests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py
index b3903cd..6b17f56 100755
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -323,7 +323,7 @@ class TestRunner:
print("--test-prog-path must point to an executable")
return 1
- input_file_re = re.compile('^.+[.][amber|vkscript]')
+ input_file_re = re.compile('^.+[\.]amber|vkscript')
self.test_cases = []
if self.args: