From 0176e8c5bb99cc9bf885a93e5e65209ea505b27a Mon Sep 17 00:00:00 2001 From: rand00 Date: Tue, 20 Dec 2022 15:04:52 +0100 Subject: [PATCH] packaging/perftest.sh: Better printed message --- packaging/perftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/perftest.sh b/packaging/perftest.sh index 358eca3..cbaafb7 100644 --- a/packaging/perftest.sh +++ b/packaging/perftest.sh @@ -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