summaryrefslogtreecommitdiff
path: root/android/0xbench.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-03-21 07:46:56 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-03-21 07:46:56 +0530
commit54168055c2b733297c6567d345bbe4a3332f00e9 (patch)
tree144b0f6ab0045468ac3c0dedf082a2c0e8e8a448 /android/0xbench.yaml
parent019355af23e44ec41b825ddeece44deefc63a6b5 (diff)
Fix parse pattern quotes in 0xbench test definition.
Diffstat (limited to 'android/0xbench.yaml')
-rw-r--r--android/0xbench.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/0xbench.yaml b/android/0xbench.yaml
index f7e3f72..0ea8f68 100644
--- a/android/0xbench.yaml
+++ b/android/0xbench.yaml
@@ -8,4 +8,4 @@ run:
- "./android/scripts/0xbench.sh"
parse:
- pattern: "^(?P<test_case_id>*?)\\s+(?P<measurement>[\\d.]+)\\s+(?P<units>\\S+)\\s+(?P<result>(pass|fail))\\s*$
+ pattern: "^(?P<test_case_id>*?)\\s+(?P<measurement>[\\d.]+)\\s+(?P<units>\\S+)\\s+(?P<result>(pass|fail))\\s*$"