aboutsummaryrefslogtreecommitdiffstats
path: root/testrunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner.py')
-rw-r--r--testrunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner.py b/testrunner.py
index 8f5703e75..b426e8aea 100644
--- a/testrunner.py
+++ b/testrunner.py
@@ -281,7 +281,7 @@ _TEST_PAT = r"""
( #
(Passed) # either "Passed", None
| #
- \*\*\*(\w+) # or None, "Something"
+ \*\*\*(\w+.*?) # or None, "Something"
) # code
\s+ # some WS
([0-9]+\.[0-9]+) # tim