We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de670e0 commit dbddc74Copy full SHA for dbddc74
automated/linux/ltp/ltp.sh
@@ -189,7 +189,7 @@ run_ltp() {
189
fi
190
pipe0_status "${RUNNER} --framework ltp --run-suite shardfile \
191
-d ${LTP_TMPDIR} --env LTP_COLORIZE_OUTPUT=0 \
192
- --skip-file ${SKIPFILE_PATH} \
+ ${SKIPFILE_PATH:+--skip-file} ${SKIPFILE_PATH} \
193
--json-report /tmp/kirk-report.json \
194
--verbose" "tee ${OUTPUT}/LTP_${LOG_FILE}.out"
195
parse_ltp_json_results "/tmp/kirk-report.json"
0 commit comments