summaryrefslogtreecommitdiff
path: root/ubuntu/ltp.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-01-18 18:18:11 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-01-18 18:18:11 +0530
commitca6ed5c9c21d18f71c4da35aa2bd303be1ac48b1 (patch)
treee2e278347d444abf6e60df7f3fddb8342976ee6c /ubuntu/ltp.yaml
parent47e3caddd9fdf2f7bb57e6aa04761f4b3f09f3a3 (diff)
Fix the pattern for LTP test definition and use LTP version 20120614 for
testing, since that is the latest known version to work across boards as per fabo in IRC.
Diffstat (limited to 'ubuntu/ltp.yaml')
-rw-r--r--ubuntu/ltp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/ltp.yaml b/ubuntu/ltp.yaml
index 12d4449..48ee2a6 100644
--- a/ubuntu/ltp.yaml
+++ b/ubuntu/ltp.yaml
@@ -5,7 +5,7 @@ metadata:
install:
steps:
- - 'wget http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-20130109/ltp-full-20130109.bz2'
+ - 'wget http://sourceforge.net/projects/ltp/files/LTP%20Source/ltp-20120614/ltp-full-20120614.bz2'
- 'tar --strip-components=1 -jxf ltp-full-20130109.bz2'
- 'mkdir build'
- './configure --prefix=$(readlink -f build)'
@@ -22,7 +22,7 @@ run:
- 'sudo ./runltp -f syscalls -p -q'
parse:
- pattern: "^(?P<test_case_id>\\S+)\\s+(?P<subid>\\d+)\\s+(?P<result>\\w+)\\s+:\\s+(?P<message>.+)"
+ pattern: "^(?P<test_case_id>\\S+)\\s+\\d+\\s+(?P<result>\\w+)\\s+:\\s+.+"
fixupdict:
TBROK: fail
TCONF: skip