Skip to content

Commit

Permalink
Clarify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 10, 2025
1 parent defaab0 commit 4f127de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/generate_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ if [[ "${_run_all_gfs}" == "true" || \
# Raise an error if the user specified a yaml list and any of -G -E -S
if [[ "${_specified_yaml_list}" == "true" ]]; then
echo "Ambiguous case selection."
echo "Please select which tests to run explicitly with -y (test list) or"
echo "Please select which tests to run explicitly with -y \"list of tests\" or"
echo "by specifying -G (all GFS), -E (all GEFS), and/or -S (all SFS), but not both."
exit 3
fi
Expand Down

0 comments on commit 4f127de

Please sign in to comment.