Skip to content

Commit

Permalink
Merge branch 'mkstratos/tests/mvko-import-fix' (PR #6671)
Browse files Browse the repository at this point in the history
CIME.utils.append_testlog was moved in ESMCI/cime#4660
This updates the MVKO test to use that method (other CIME SystemTests were updated in that PR)

[BFB]
  • Loading branch information
rljacob authored Oct 9, 2024
2 parents 4b85dbe + 2481ef6 commit 2089345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/mpas-ocean/cime_config/SystemTests/mvko.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import netCDF4 as nc

import CIME.test_status
from CIME.status import append_testlog
import CIME.utils
from CIME.SystemTests.system_tests_common import SystemTestsCommon
from CIME.case.case_setup import case_setup
Expand Down Expand Up @@ -394,4 +395,4 @@ def _compare_baseline(self):
f" {viewing}"
)

CIME.utils.append_testlog(comments, self._orig_caseroot)
append_testlog(comments, self._orig_caseroot)

0 comments on commit 2089345

Please sign in to comment.