CIME.SystemTests.system_tests_common.fix_single_exe_case
- CIME.SystemTests.system_tests_common.fix_single_exe_case(case)[source]
Fixes cases created with –single-exe.
When tests are created using –single-exe, the test_scheduler will set BUILD_COMPLETE to True, but some tests require calls to case.case_setup which can resets BUILD_COMPLETE to false. This function will check if a case was created with –single-exe and ensure BUILD_COMPLETE is True.
- Returns:
True when case required modification otherwise False.