Skip to content

Commit

Permalink
Temp fix for check_var.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Oct 4, 2022
1 parent 16f0731 commit 4ece074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WE2E/get_expts_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ num_log_lines=${num_log_lines:-"40"}
#-----------------------------------------------------------------------
#
verbose=${verbose:-"FALSE"}
check_var_valid_value "verbose" "valid_vals_BOOLEAN"
#check_var_valid_value "verbose" "valid_vals_BOOLEAN"
verbose=$(boolify "$verbose")
#
#-----------------------------------------------------------------------
Expand Down

0 comments on commit 4ece074

Please sign in to comment.