Skip to content

Commit

Permalink
restructure the script
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Nov 27, 2023
1 parent 8b8a95c commit 2305449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_fms/data_override/test_data_override2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ test_expect_success "data_override on grid with 2 halos in x and y (${KIND})" '
test_expect_success "data_override get_grid_v1 (${KIND})" '
mpirun -n 1 ../test_get_grid_v1_${KIND}
'
done

for KIND in r4 r8
do
# Run tests with input if enabled
# skips if built with yaml parser(tests older behavior)
if test ! -z "$test_input_path" && test ! -z "$parser_skip" ; then
Expand Down

0 comments on commit 2305449

Please sign in to comment.