summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-10-17 15:52:39 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2017-10-17 15:52:39 +0530
commit757f01e9db4ce742da0454d20d0256f6119ff6ea (patch)
tree06968db50e6557fcf372d9ad2a27c090caf06d71
parent9af63e6a86f2f4df20dd91152b86ceb66d309234 (diff)
lkft: stop using /ltp-tmp as TMPDIR
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp/ltp.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index 103bc09..d314fd7 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -91,7 +91,6 @@ run_ltp() {
pipe0_status "./runltp -p -q -f ${TST_CMDFILES} \
-l ${OUTPUT}/LTP_${LOG_FILE}.log \
-C ${OUTPUT}/LTP_${LOG_FILE}.failed \
- -d ${LTP_TMPDIR} \
${SKIPFILE}" "tee ${OUTPUT}/LTP_${LOG_FILE}.out"
check_return "runltp_${LOG_FILE}"