summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-01-25 16:40:41 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-01-25 16:40:41 +0530
commit2832f7124f28552dd1c312b2293a9a3d5bd7db21 (patch)
tree05ebe8a3a822f66b040fd2a313fd252ac3985293
parente0efa91eb94dfe19c6476097488fd264a4f6084d (diff)
LTP: fix to get latest LTP
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp/ltp.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index d24d7ec..80cc305 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -61,7 +61,6 @@ while getopts "M:T:S:s:v:R:" arg; do
done
# Install LTP test suite
-install_ltp() {
rm -rf /opt/ltp
# mkdir -p /opt/ltp
# shellcheck disable=SC2164
@@ -71,7 +70,6 @@ install_ltp() {
export PATH=$PATH:/opt/ltp/
export PATH=$PATH:/opt/ltp/bin/
export PATH=$PATH:/opt/ltp/testcases/bin/
-}
# Parse LTP output
parse_ltp_output() {