Skip to content

Commit 5f9a11b

Browse files
committed
Merge branch 'mkstratos/tests/mvko-import-fix' into next (PR #6671)
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]
2 parents c417651 + 2481ef6 commit 5f9a11b

File tree

1 file changed

+2
-1
lines changed
  • components/mpas-ocean/cime_config/SystemTests

1 file changed

+2
-1
lines changed

components/mpas-ocean/cime_config/SystemTests/mvko.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import netCDF4 as nc
1919

2020
import CIME.test_status
21+
from CIME.status import append_testlog
2122
import CIME.utils
2223
from CIME.SystemTests.system_tests_common import SystemTestsCommon
2324
from CIME.case.case_setup import case_setup
@@ -394,4 +395,4 @@ def _compare_baseline(self):
394395
f" {viewing}"
395396
)
396397

397-
CIME.utils.append_testlog(comments, self._orig_caseroot)
398+
append_testlog(comments, self._orig_caseroot)

0 commit comments

Comments
 (0)