Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix leftover file and sneak in a distcheck fix
Browse files Browse the repository at this point in the history
rem1776 authored and rem1776 committed Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4c832f9 commit b973f20
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -125,10 +125,10 @@ check-code-coverage: check
.PHONY: check-code-coverage

clean-local:
-rm -rf .mods coverage-data coverage-report
-rm -rf .mods coverage-data coverage-report test.nc
else
clean-local:
-rm -rf .mods
-rm -rf .mods test.nc
endif

install-data-hook:
2 changes: 1 addition & 1 deletion test_fms/monin_obukhov/test_monin_obukhov2.sh
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ for p in r4 r8
do
cp ${top_srcdir}/test_fms/monin_obukhov/input.${p}.nml input.nml
test_expect_success "test monin_obukhov_mod (${p})" "mpirun -n 1 ./test_monin_obukhov_${p}"
rm input.nml
rm -f input.nml
done

test_done

0 comments on commit b973f20

Please sign in to comment.