Skip to content

Commit dbddc74

Browse files
committed
automated: linux: ltp: allow not passing a skipfile to kirk
Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>
1 parent de670e0 commit dbddc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated/linux/ltp/ltp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ run_ltp() {
189189
fi
190190
pipe0_status "${RUNNER} --framework ltp --run-suite shardfile \
191191
-d ${LTP_TMPDIR} --env LTP_COLORIZE_OUTPUT=0 \
192-
--skip-file ${SKIPFILE_PATH} \
192+
${SKIPFILE_PATH:+--skip-file} ${SKIPFILE_PATH} \
193193
--json-report /tmp/kirk-report.json \
194194
--verbose" "tee ${OUTPUT}/LTP_${LOG_FILE}.out"
195195
parse_ltp_json_results "/tmp/kirk-report.json"

0 commit comments

Comments
 (0)