fix: correct parameter names in error messages

Error messages were using --test-setup, --test-subdirs, and --test-suite
instead of the actual parameter names: --setup, --subdirs, and --suite

Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
Derek Higgins 2025-12-02 10:58:46 +00:00
parent ee107aadd6
commit 68acff1502
2 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ EOF
# - jq must be installed for JSON parsing
# - You must be in a git repository that is a fork or clone of llamastack/llama-stack
# - The branch must exist on the remote repository where you want to run the workflow
# - You must specify test subdirectories to run with -s/--test-subdirs
# - You must specify test subdirectories to run with -s/--subdirs
# Parse command line arguments
while [[ $# -gt 0 ]]; do