summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-04-02 13:10:54 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-04-02 13:10:54 +0530
commit200dd7eb830fcbf574f44a3a471827f596e9d6ee (patch)
tree7ae2b2db877d5945b02df6c00b592be4760c2831
parent0bf260ec4bfcc0334a770eedae92d9e303842d76 (diff)
set correct path for bctest script
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--bctest.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bctest.yaml b/bctest.yaml
index 08e3ad6..14a9f53 100644
--- a/bctest.yaml
+++ b/bctest.yaml
@@ -5,7 +5,7 @@ metadata:
run:
steps:
- - "./android/scripts/bctest.sh"
+ - "./bctest.sh"
parse:
pattern: "(?P<test_case_id>.*ioctl)\s(?P<result>(PASS|FAIL)?).*"