From b32c50b2446f33bf05ab5d04ac01c706b2ee30aa Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Mon, 9 Jun 2014 14:18:01 +0100 Subject: 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 --- ubuntu/ltp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu/ltp.yaml') 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\\w+)\\s+(?P\\w+)\\s+\\d$" -- cgit v1.2.3