packaging/perftest.sh: Better printed message
This commit is contained in:
parent
cd26ddcd75
commit
0176e8c5bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue