We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81cda06 + 266badb commit 39fe6a0Copy full SHA for 39fe6a0
CIME/SystemTests/system_tests_common.py
@@ -1025,6 +1025,10 @@ def _compare_baseline(self):
1025
ts_comments = (
1026
os.path.dirname(baseline_name) + ": " + get_ts_synopsis(comments)
1027
)
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)
1032
self._test_status.set_status(BASELINE_PHASE, status, comments=ts_comments)
1033
1034
def _generate_baseline(self):
0 commit comments