We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccda00 commit e21641fCopy full SHA for e21641f
CI/run-kata-perf-suite
@@ -246,7 +246,7 @@ function finis() {
246
report_ci_results -s "$status" -t "$saved_starting_timestamp" -e "$ending_timestamp"
247
if [[ -n "$analyze_results" ]] ; then
248
# shellcheck disable=SC2086
249
- "$__analyze__" ${analysis_format:-r "$analysis_format"} -o "$analyze_results" "$artifactdir"
+ "$__analyze__" ${analysis_format:+-r "$analysis_format"} -o "$analyze_results" "$artifactdir"
250
fi
251
if [[ -n "$python_venv" && -d "$python_venv" ]] ; then
252
if type -t deactivate >/dev/null ; then
0 commit comments