packaging/perftest.sh: Better printed message

This commit is contained in:
rand00 2022-12-20 15:04:52 +01:00
parent cd26ddcd75
commit 0176e8c5bb

View file

@ -112,7 +112,7 @@ case "${JOB},${BIN_EXT}" in
"$PERFSCRIPT_DIR"/plot.sh "$PERFDATA_DIR"
;;
*)
info "Job '${JOB}' compiled to '${BIN_EXT}' target doesn't support performance-testing"
info "Job '${JOB}' compiled to the '${BIN_EXT}'-target doesn't support performance-testing"
;;
esac