Skip to content

Commit

Permalink
delete out file appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Sep 19, 2023
1 parent ebbcedb commit 7583db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_fms/diag_integral/test_diag_integral2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ EOF
mkdir -p INPUT

test_expect_success "test_diag_integral r4" 'mpirun -n 1 ./test_diag_integral_r4'
rm diag_integral.out
test_expect_success "test_diag_integral r8" 'mpirun -n 1 ./test_diag_integral_r8'
rm diag_integral.out

rm input.nml
rm -rf INPUT
rm diag_integral.out

test_done

0 comments on commit 7583db7

Please sign in to comment.