Skip to content

Commit

Permalink
Merge branch 'jgfouca/cime/fix_macros_prov' into master (PR #1728)
Browse files Browse the repository at this point in the history
Archive any file that starts with Macros

Instead of only files with exact name 'Macros'

Should allow us to catch all Macros regardless of the format.

Fixes #1725

[BFB]

* jgfouca/cime/fix_macros_prov:
  Archive any file that starts with Macros
  • Loading branch information
jgfouca committed Aug 17, 2017
2 parents a00bbba + 4e87db9 commit e3e68c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/CIME/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _save_prerun_timing_acme(case, lid):
"*.xml",
"user_nl_*",
"*env_mach_specific*",
"Macros",
"Macros*",
"README.case",
"Depends.%s" % mach,
"Depends.%s" % compiler,
Expand Down

0 comments on commit e3e68c8

Please sign in to comment.