diff options
author | Eric Anholt <eric@anholt.net> | 2015-02-20 00:36:49 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-08-09 16:58:14 -0700 |
commit | bd8c442f1112a67aa67c479e3604e27a66ca8ddf (patch) | |
tree | 60e42eb116bed57e932859712dffd8b6544dec59 | |
parent | 9087c06ae5304bbcca703283589a5cefcb6744bc (diff) |
-rwxr-xr-x | report.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ def get_results(filename, all_result_types): results = {} for line in lines: - m = re.match('SHADER-DB: (\S+): (\S+) prog (\S+): (\d+) (\S+)', line) + m = re.match('SHADER-DB: (\S+): (\S+) prog (\S+): (\d+) (.+)', line) if m == None: continue |