summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-08-13 01:09:09 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2014-08-13 01:09:09 +0530
commit0fd5c9f12ad9a94e2c6dffb7c661bc6ae3493eba (patch)
treeeac2268a2ff541c01b7f81360b5e85ade3e3348c
parentd4234b59a6187446e13c3e00aa5d388740877623 (diff)
ltp: skipfile added
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--openembedded/ltp.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/ltp.yaml b/openembedded/ltp.yaml
index e3a4911..e3ea9c5 100644
--- a/openembedded/ltp.yaml
+++ b/openembedded/ltp.yaml
@@ -19,7 +19,8 @@ params:
run:
steps:
- 'cd /opt/ltp'
- - './runltp -p -q -f $TST_CMDFILES'
+ - 'wget http://people.linaro.org/~naresh.kamboju/skipfile'
+ - './runltp -p -q -f $TST_CMDFILES -S skipfile'
parse:
pattern: "^(?P<test_case_id>\\S+)\\s+(?P<result>\\w+)\\s+.+"