diff --git a/tests/integration/template_min_case_carryover_dependencies.cfg b/tests/integration/template_min_case_carryover_dependencies.cfg index acd1900c..8f84d702 100644 --- a/tests/integration/template_min_case_carryover_dependencies.cfg +++ b/tests/integration/template_min_case_carryover_dependencies.cfg @@ -2,7 +2,10 @@ # Things to check for in the output: # 1. Check that `grep -v "OK" *status returns nothing (i.e., all jobs worked) -# 2. Check that .settings files include `dependencies` listed out. Check that these look correct. +# 2. Check that .settings files include `dependencies` listed out, +# using `grep -A 5 "'dependencies'" *settings`. +# (Change the -A number to include enough lines to see the entire dependencies list) +# Check that these look correct. # These tasks can have carryover dependencies: @@ -100,8 +103,7 @@ walltime = "00:30:00" vars = "FSH,RH2M,LAISHA,LAISUN,QINTR,QOVER,QRUNOFF,QSOIL,QVEGE,QVEGT,SOILICE,SOILLIQ,SOILWATER_10CM,TSA,TSOI,H2OSNO,TOTLITC,CWDC,SOIL1C,SOIL2C,SOIL3C,SOIL4C,WOOD_HARVESTC,TOTVEGC,NBP,GPP,AR,HR" [tc_analysis] -# We're only doing one run of tc_analysis here, -# so we won't be explictally testing carryover dependency here. +# The second run should depend on the first run. active = True scratch = "#expand scratch#zppy_min_case_carryover_dependencies_scratch/#expand unique_id#/#expand case_name#" walltime = "00:30:00"