summaryrefslogtreecommitdiff
path: root/ubuntu/ltp.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-06-09 14:18:01 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2014-06-09 13:42:27 +0000
commitb32c50b2446f33bf05ab5d04ac01c706b2ee30aa (patch)
tree47d8a2077466cab2676217c496be9155fae4f2c4 /ubuntu/ltp.yaml
parent1b004daab6d4010d3472d0ba7e148179c761ff24 (diff)
LTP: Fixed path problem on Ubuntu
On Ubuntu LTP gets installed in the LAVA test execution directory. For this reason the ltpfixup.sh wasn't working correctly so far. It had the /opt/ltp path hardcoded. This patch fixes the issue. Change-Id: I4bd9389d63aea954b01e7162a4a0518aa2223750 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'ubuntu/ltp.yaml')
-rw-r--r--ubuntu/ltp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/ltp.yaml b/ubuntu/ltp.yaml
index 78e681f..40f35df 100644
--- a/ubuntu/ltp.yaml
+++ b/ubuntu/ltp.yaml
@@ -36,7 +36,7 @@ params:
run:
steps:
- - './common/scripts/ltpfixup.sh $TST_CMDFILES'
+ - './common/scripts/ltpfixup.sh $TST_CMDFILES $(readlink -f build)'
parse:
pattern: "^(?!.+ED)(?P<test_case_id>\\w+)\\s+(?P<result>\\w+)\\s+\\d$"