ESMCI / cime

Common Infrastructure for Modeling the Earth
http://esmci.github.io/cime
Other
161 stars 206 forks source link

Fixes config ignoring paths containing tests #4621

Closed jasonb5 closed 4 months ago

jasonb5 commented 5 months ago

When CIME's customize config would load it would ignore paths containing tests. This PR fixes the ignore pattern and only applies it under the cime_config/customize directory.

Test suite: pytest CIME/tests/test_unit* Test baseline: n/a Test namelist changes: n/a Test status: n/a

Fixes #4611 User interface changes?: N Update gh-pages html (Y/N)?: N

xylar commented 5 months ago

Thanks @jasonb5, I really appreciate this fix a lot!