Skip to content

Commit e21641f

Browse files
committed
Fix the analyze-clusterbuster-report command line
1 parent 9ccda00 commit e21641f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/run-kata-perf-suite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function finis() {
246246
report_ci_results -s "$status" -t "$saved_starting_timestamp" -e "$ending_timestamp"
247247
if [[ -n "$analyze_results" ]] ; then
248248
# shellcheck disable=SC2086
249-
"$__analyze__" ${analysis_format:-r "$analysis_format"} -o "$analyze_results" "$artifactdir"
249+
"$__analyze__" ${analysis_format:+-r "$analysis_format"} -o "$analyze_results" "$artifactdir"
250250
fi
251251
if [[ -n "$python_venv" && -d "$python_venv" ]] ; then
252252
if type -t deactivate >/dev/null ; then

0 commit comments

Comments
 (0)