Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cacraigucar committed May 2, 2024
1 parent 00b3c7b commit c6b98e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/test_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ while [ "${1:0:1}" == "-" ]; do

--cesm )
if [ $# -lt 2 ]; then
perr "${1} requires a CESM test name or test suite name (e.g., aux_cam_sima)"
perr "${1} requires a CESM test name or test suite name (e.g., aux_sima)"
fi
if [ "${2:0:1}" == "-" ]; then
perr "Invalid CESM test name, '${2}'"
Expand Down

0 comments on commit c6b98e1

Please sign in to comment.