summaryrefslogtreecommitdiff
path: root/android/mmtest.yaml
diff options
context:
space:
mode:
authorharigopal-gollamudi <harigopal.gollamudi@linaro.org>2014-02-28 13:59:08 +0530
committerharigopal-gollamudi <harigopal.gollamudi@linaro.org>2014-03-03 11:53:12 +0800
commit2c54b66f2584317350aedf037787070d4bd5ee15 (patch)
tree23167582b5f4379ca3ea00cb799f0f5090ae6ebc /android/mmtest.yaml
parentf1afa5fef06c27db59c9991b39cc8ec30d161cc4 (diff)
Parsing string is updated & path for media files is changed
Change-Id: I3e6e966e687b96f30122cd7b8dfd55035bcaf43a
Diffstat (limited to 'android/mmtest.yaml')
-rw-r--r--android/mmtest.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/mmtest.yaml b/android/mmtest.yaml
index 31e5007..5f71b13 100644
--- a/android/mmtest.yaml
+++ b/android/mmtest.yaml
@@ -20,4 +20,4 @@ run:
- "./android/scripts/mmtest.sh"
parse:
- pattern: "^(?P<test_case_id>\\w+)\\s+\\w+\\s+\\w+\\s+(?P<result>\\w+)\\s*$"
+ pattern: "^\\s*(?P<test_case_id>test\\w+)\\s+(?P<result>\w\+)\\s*$"