summaryrefslogtreecommitdiff
path: root/android/busybox.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-19 21:38:57 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-19 21:38:57 +0530
commit5812c5e37a32e1715aebc3b71b1955d824b22467 (patch)
treedf0d3142bd4c73596e2dd07cc81daac6e06ee4b2 /android/busybox.yaml
parent412349721fc6113194a1bfcb4b0761031faf07b7 (diff)
Fix parse pattern in android busybox test definition.
Diffstat (limited to 'android/busybox.yaml')
-rw-r--r--android/busybox.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/android/busybox.yaml b/android/busybox.yaml
index 16369af..4fb7d12 100644
--- a/android/busybox.yaml
+++ b/android/busybox.yaml
@@ -10,4 +10,10 @@ install:
run:
steps:
- "cd test-definitions/android/scripts"
- - "lava-test-case ./busybox.sh --result pass"
+ - "./busybox.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>)=(?P<result>)\\s+"
+ fixupdict:
+ PASS: pass
+ FAIL: fail