summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-07-13 12:56:27 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2017-07-13 14:42:00 +0530
commitc58c824c680af6ea6c175e536c6f61f5efed9a86 (patch)
tree3e504158232408a499349877e1dda4b558fa9062
parent7dddea7d956d82e31082a033a983db825cb64607 (diff)
linux: ltp: Change LTP_TMPDIR to /ltp-tmpHEADmaster
LTP_TMPDIR=${HOME}/ltp-tmp is causing below error. This patch will fix it. Error: chdir03 2 TBROK : chdir03.c:153: rmdir(/home/root/ltp-tmp/ltp-G4ktVVX945/chdEY97gl/3090) failed: errno=ENOENT(2): No such file or directory Change-Id: I6026372ffd1dd234e76d3667e2546d1c40a5b801 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp/ltp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index 3b93399..9d899a5 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -15,7 +15,7 @@ TST_CMDFILES=""
SKIPFILE=""
# LTP version
LTP_VERSION="20170516"
-LTP_TMPDIR="${HOME}/ltp-tmp"
+LTP_TMPDIR=/ltp-tmp
LTP_PATH=/opt/ltp