Skip to content

Commit 39fe6a0

Browse files
authored
Merge pull request #4921 from ESMCI/jgfouca/add_baseline_synopsis
Add baseline synopsis to TestStatus.log
2 parents 81cda06 + 266badb commit 39fe6a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CIME/SystemTests/system_tests_common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,10 @@ def _compare_baseline(self):
10251025
ts_comments = (
10261026
os.path.dirname(baseline_name) + ": " + get_ts_synopsis(comments)
10271027
)
1028+
log_comments = "\n\n============ BASELINE COMPARE SYNOPSIS =============\n"
1029+
log_comments += ts_comments + "\n"
1030+
log_comments += "====================================================\n"
1031+
append_testlog(log_comments, self._orig_caseroot)
10281032
self._test_status.set_status(BASELINE_PHASE, status, comments=ts_comments)
10291033

10301034
def _generate_baseline(self):

0 commit comments

Comments
 (0)