Skip to content

Commit

Permalink
fix path to test executable
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Nov 27, 2023
1 parent 250c8b9 commit 8b8a95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_fms/data_override/test_data_override2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ cat <<_EOF > input.nml
_EOF

test_expect_success "data_override on latlon-grid with input (${KIND})" '
mpirun -n 6 ./test_data_override_${KIND}
mpirun -n 6 ../test_data_override_${KIND}
'
fi
done
Expand Down

0 comments on commit 8b8a95c

Please sign in to comment.