From ca6ed5c9c21d18f71c4da35aa2bd303be1ac48b1 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Fri, 18 Jan 2013 18:18:11 +0530 Subject: 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. --- ubuntu/ltp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubuntu/ltp.yaml') 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\\S+)\\s+(?P\\d+)\\s+(?P\\w+)\\s+:\\s+(?P.+)" + pattern: "^(?P\\S+)\\s+\\d+\\s+(?P\\w+)\\s+:\\s+.+" fixupdict: TBROK: fail TCONF: skip -- cgit v1.2.3