summaryrefslogtreecommitdiff
path: root/automated/linux/ltp/ltp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ltp/ltp.yaml')
-rw-r--r--automated/linux/ltp/ltp.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/automated/linux/ltp/ltp.yaml b/automated/linux/ltp/ltp.yaml
index c4b8df3..c91cf08 100644
--- a/automated/linux/ltp/ltp.yaml
+++ b/automated/linux/ltp/ltp.yaml
@@ -31,11 +31,13 @@ params:
SKIP_INSTALL: false
# Slow machines need more timeout Default is 5min and multiply * TIMEOUT_MULTIPLIER
TIMEOUT_MULTIPLIER: 1
+ # Create LTP temporary files under LTP_TMPDIR while running test
+ LTP_TMPDIR: ""
run:
steps:
- cd ./automated/linux/ltp/
- - ./ltp.sh -T "${TST_CMDFILES}" -S "${SKIPFILE}" -s "${SKIP_INSTALL}" -v "${LTP_VERSION}" -M "${TIMEOUT_MULTIPLIER}"
+ - ./ltp.sh -T "${TST_CMDFILES}" -S "${SKIPFILE}" -s "${SKIP_INSTALL}" -v "${LTP_VERSION}" -M "${TIMEOUT_MULTIPLIER}" -d "${LTP_TMPDIR}"
- ../../utils/send-to-lava.sh ./output/result.txt
parse: