summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2013-02-11 17:05:04 -0600
committerTom Gall <tom.gall@linaro.org>2013-02-11 17:05:04 -0600
commit0c69fe53e58013ab800f6ee214a35d97b018834d (patch)
treeb621339540a2cbb8b78a249a2f8c56c03e4bd7d4
parenta405e822db6c1f4cc3d0016c7ef04f14341a2682 (diff)
use \\} and actually use quotes around the entire pattern
-rw-r--r--android/minmax_gles2.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/minmax_gles2.yaml b/android/minmax_gles2.yaml
index fd3de92..37ceba0 100644
--- a/android/minmax_gles2.yaml
+++ b/android/minmax_gles2.yaml
@@ -10,7 +10,7 @@ run:
- "minmax_gles2 auto"
parse:
- pattern: ^PIGLIT: \{.*'result': '(?P<result>[a-z]+)'.*\}$
+ pattern: "^PIGLIT: \\{.*'result': '(?P<result>[a-z]+)'.*\\}$"
fixupdict:
PASS: pass
FAIL: fail