Skip to content

Commit

Permalink
Merge branch 'jgfouca/cime/fix_macros_prov' into next (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 eebb1e7 + f46518e commit a8484f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime/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 a8484f9

Please sign in to comment.