summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2013-02-11 15:59:29 -0600
committerTom Gall <tom.gall@linaro.org>2013-02-11 15:59:29 -0600
commita405e822db6c1f4cc3d0016c7ef04f14341a2682 (patch)
tree7063af9dc3e55eb5babddf18e0b1d0e14dd0fd3a
parent895a49db7fab3af7dd8d590988f5cf5fe492ee31 (diff)
remote the quotes from the 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 9121c98..fd3de92 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