From d5b0d9ae165bbd92d371eb0374b9069191e890e7 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Fri, 20 Apr 2018 19:47:39 +0530 Subject: LTP: open posix fix 6 Change-Id: Ia7003b16175be9e6170e4e99d92cdd01e1893f0b Signed-off-by: Naresh Kamboju --- automated/linux/ltp-open-posix/ltp-open-posix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated/linux/ltp-open-posix/ltp-open-posix.yaml b/automated/linux/ltp-open-posix/ltp-open-posix.yaml index 519c073..5ae0a36 100644 --- a/automated/linux/ltp-open-posix/ltp-open-posix.yaml +++ b/automated/linux/ltp-open-posix/ltp-open-posix.yaml @@ -23,8 +23,8 @@ params: run: steps: - - cd ./automated/linux/ltp/ - - ./ltp.sh -T "${TST_CMDFILES}" -s "${SKIP_INSTALL_PKG}" -v "${LTP_VERSION}" -M "${TIMEOUT_MULTIPLIER}" -R "${ROOT_PASSWD}" + - cd ./automated/linux/ltp-open-posix/ + - ./ltp-open-posix.sh -T "${TST_CMDFILES}" -s "${SKIP_INSTALL_PKG}" -v "${LTP_VERSION}" -M "${TIMEOUT_MULTIPLIER}" -R "${ROOT_PASSWD}" - ../../utils/send-to-lava.sh ./output/result.txt parse: -- cgit v1.2.3