automated: linux: ltp: allow not passing a skipfile to kirk
Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index 63c99e1..e3eb725 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -189,7 +189,7 @@
fi
pipe0_status "${RUNNER} --framework ltp --run-suite shardfile \
-d ${LTP_TMPDIR} --env LTP_COLORIZE_OUTPUT=0 \
- --skip-file ${SKIPFILE_PATH} \
+ ${SKIPFILE_PATH:+--skip-file} ${SKIPFILE_PATH} \
--json-report /tmp/kirk-report.json \
--verbose" "tee ${OUTPUT}/LTP_${LOG_FILE}.out"
parse_ltp_json_results "/tmp/kirk-report.json"