Skip to content
Snippets Groups Projects
Commit 235fd786 authored by Steven Murdoch's avatar Steven Murdoch
Browse files

Fix "coverage -h" command

$SCRIPT_NAME is not defined so causes an error. Use $(basename "$0") instead.
parent ae08a023
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
function usage()
{
cat <<EOF
${SCRIPT_NAME}: Generate coverage using grcov.
$(basename "$0"): Generate coverage using grcov.
Usage:
coverage [opts] [suites...] : Run the provided test suites.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment