Skip to content

Commit

Permalink
fixing handeling of input arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Apr 22, 2024
1 parent 262f81d commit ad54659
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/ctests/setup_cmake_testcase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ case ${1} in
nwm_ana)
testcase_dir="NWM"
;;
nwm_longrange)
nwm_ana)
testcase_dir="NWM"
;;
nwm_long_range)
testcase_dir="NWM"
;;
reach)
Expand All @@ -26,7 +29,7 @@ case ${1} in
testcase_dir="ReachLakes"
;;
*)
echo "Unknown input"
echo "setup_cmake_testcase.sh: first command line argument did not match"
exit 1
;;
esac
Expand Down

0 comments on commit ad54659

Please sign in to comment.